State
SCPI Command :
INSTrument:COUPle:GENerator:CENTer[:STATe]
- class StateCls[source]
- State commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() bool[source]
- # SCPI: INSTrument:COUPle:GENerator:CENTer[:STATe] value: bool = driver.instrument.couple.generator.center.state.get() - Couples the center frequency of the connected signal generator to the FSW. This command requires the method RsFsw. Instrument.Couple.Generator.State.set to be ON. - return
- arg_0: No help available 
 
 - set(arg_0: bool) None[source]
- # SCPI: INSTrument:COUPle:GENerator:CENTer[:STATe] driver.instrument.couple.generator.center.state.set(arg_0 = False) - Couples the center frequency of the connected signal generator to the FSW. This command requires the method RsFsw. Instrument.Couple.Generator.State.set to be ON. - param arg_0
- ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on