State

SCPI Command :

INSTrument:COUPle:GENerator:RLEVel[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

arg_0: No help available

set(arg_0: bool) None[source]
# SCPI: INSTrument:COUPle:GENerator:RLEVel[:STATe]
driver.instrument.couple.generator.refLevel.state.set(arg_0 = 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.

param arg_0

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