Combine

SCPI Command :

CONFigure:GENerator:RECording:COMBine
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:GENerator:RECording:COMBine
value: bool = driver.configure.generator.recording.combine.get()

Records commands both from the FSW and from a connected Rohde & Schwarz signal generator.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# CONFigure:GENerator:RECording:COMBine
driver.configure.generator.recording.combine.set(state = False)

Records commands both from the FSW and from a connected Rohde & Schwarz signal generator.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on