State

SCPI Command :

INSTrument:COUPle:GENerator:CENTer[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# 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.

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:CENTer[:STATe]
driver.instrument.couple.generator.center.state.set(state = 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.

Parameters:

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