State

SCPI Command :

[SENSe]:PMETer<p>:DCYCle[:STATe]
class StateCls[source]

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

get(powerMeter=PowerMeter.Default) bool[source]
# SCPI: [SENSe]:PMETer<p>:DCYCle[:STATe]
value: bool = driver.sense.pmeter.dcycle.state.get(powerMeter = repcap.PowerMeter.Default)

Turns the duty cycle correction on and off.

param powerMeter

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

return

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

set(state: bool, powerMeter=PowerMeter.Default) None[source]
# SCPI: [SENSe]:PMETer<p>:DCYCle[:STATe]
driver.sense.pmeter.dcycle.state.set(state = False, powerMeter = repcap.PowerMeter.Default)

Turns the duty cycle correction on and off.

param state

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

param powerMeter

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