State
SCPI Command :
INSTrument:COUPle:GENerator:RLEVel[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INSTrument:COUPle:GENerator:RLEVel[:STATe] value: bool = driver.instrument.couple.generator.refLevel.state.get()
Couples the reference level of the connected signal generator to the FSW. This command requires the method
RsFsw.instrument.couple.generator.state.set()to be ON.- 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:RLEVel[:STATe] driver.instrument.couple.generator.refLevel.state.set(state = False)
Couples the reference level of the connected signal generator to the FSW. This command requires the method
RsFsw.instrument.couple.generator.state.set()to be ON.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on