State
SCPI Command :
INSTrument:COUPle:GENerator:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INSTrument:COUPle:GENerator:STATe value: bool = driver.instrument.couple.generator.state.get()
Enables or disables coupling between the FSW and a connected 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]
# INSTrument:COUPle:GENerator:STATe driver.instrument.couple.generator.state.set(state = False)
Enables or disables coupling between the FSW and a connected signal generator.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on