State

SCPI Commands

SOURce:VOLTage:AUX:LEVel:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: SOURce:VOLTage:AUX:LEVel[:STATe]
value: bool = driver.source.voltage.auxiliary.level.state.get()

This command turns the auxiliary voltage source (Vaux) on and off. Note that DC power is actually supplied only if you additionally activate the outputs in general.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on DC power sources (method RsFswp.Applications.K30_NoiseFigure.Source.Voltage.State.set) .

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: SOURce:VOLTage:AUX:LEVel[:STATe]
driver.source.voltage.auxiliary.level.state.set(state = False)

This command turns the auxiliary voltage source (Vaux) on and off. Note that DC power is actually supplied only if you additionally activate the outputs in general.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on DC power sources (method RsFswp.Applications.K30_NoiseFigure.Source.Voltage.State.set) .

param state

ON | OFF | 1 | 0