Combine

SCPI Command :

CONFigure:GENerator:RECording:COMBine
class CombineCls[source]

Combine commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

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

set(state: bool) None[source]
# SCPI: 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.

param state

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