State
SCPI Command :
[SENSe]:PMETer<p>:DCYCle[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(powerMeter=PowerMeter.Default) bool[source]
# [SENSe]:PMETer<p>:DCYCle[:STATe] value: bool = driver.applications.k14Xnr5G.sense.pmeter.dcycle.state.get(powerMeter = repcap.PowerMeter.Default)
Turns the duty cycle correction on and off.
- Parameters:
powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)
- Returns:
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]
# [SENSe]:PMETer<p>:DCYCle[:STATe] driver.applications.k14Xnr5G.sense.pmeter.dcycle.state.set(state = False, powerMeter = repcap.PowerMeter.Default)
Turns the duty cycle correction on and off.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)