State

SCPI Command :

SOURce:VOLTage:CONTrol<i>:LEVel[:STATe]
class StateCls[source]

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

get(source=Source.Default) bool[source]
# SCPI: SOURce:VOLTage:CONTrol<i>:LEVel[:STATe]
value: bool = driver.applications.k30NoiseFigure.source.voltage.control.level.state.get(source = repcap.Source.Default)

No command help available

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)

return

state: No help available

set(state: bool, source=Source.Default) None[source]
# SCPI: SOURce:VOLTage:CONTrol<i>:LEVel[:STATe]
driver.applications.k30NoiseFigure.source.voltage.control.level.state.set(state = False, source = repcap.Source.Default)

No command help available

param state

No help available

param source

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Control’)