Value

SCPI Command :

[SENSe]:PMETer<p>:DCYCle:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(powerMeter=PowerMeter.Default) float[source]
# [SENSe]:PMETer<p>:DCYCle:VALue
value: float = driver.applications.k50Spurious.sense.pmeter.dcycle.value.get(powerMeter = repcap.PowerMeter.Default)

Defines the duty cycle for the correction of pulse signals. The power sensor uses the duty cycle in combination with the mean power to calculate the power of the pulse.

Parameters:

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

set(arg_0: float, powerMeter=PowerMeter.Default) None[source]
# [SENSe]:PMETer<p>:DCYCle:VALue
driver.applications.k50Spurious.sense.pmeter.dcycle.value.set(arg_0 = 1.0, powerMeter = repcap.PowerMeter.Default)

Defines the duty cycle for the correction of pulse signals. The power sensor uses the duty cycle in combination with the mean power to calculate the power of the pulse.

Parameters:

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