State

SCPI Commands

SYSTem:COMMunicate:RDEVice:PMETer<PowerMeter>:CONFigure:AUTO:STATe
class StateCls[source]

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

get(powerMeter=PowerMeter.Default) bool[source]
# SCPI: SYSTem:COMMunicate:RDEVice:PMETer<p>:CONFigure:AUTO[:STATe]
value: bool = driver.system.communicate.rdevice.pmeter.configure.auto.state.get(powerMeter = repcap.PowerMeter.Default)

No command help available

param powerMeter

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

return

state: No help available

set(state: bool, powerMeter=PowerMeter.Default) None[source]
# SCPI: SYSTem:COMMunicate:RDEVice:PMETer<p>:CONFigure:AUTO[:STATe]
driver.system.communicate.rdevice.pmeter.configure.auto.state.set(state = False, powerMeter = repcap.PowerMeter.Default)

No command help available

param state

No help available

param powerMeter

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