State
SCPI Command :
INSTrument:COUPle:GENerator:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INSTrument:COUPle:GENerator:STATe value: bool = driver.instrument.couple.generator.state.get()
Enables or disables coupling between the FSW and a connected signal generator.
- return
arg_0: No help available
- set(arg_0: bool) None [source]
# SCPI: INSTrument:COUPle:GENerator:STATe driver.instrument.couple.generator.state.set(arg_0 = False)
Enables or disables coupling between the FSW and a connected signal generator.
- param arg_0
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on