Value

SCPI Command :

[SENSe]:PMETer<p>:DCYCle:VALue
class ValueCls[source]

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

get(powerMeter=PowerMeter.Default) float[source]
# SCPI: [SENSe]:PMETer<p>:DCYCle:VALue
value: float = driver.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.

param powerMeter

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

return

percentage: Range: 0.001 to 99.999, Unit: %

set(percentage: float, powerMeter=PowerMeter.Default) None[source]
# SCPI: [SENSe]:PMETer<p>:DCYCle:VALue
driver.sense.pmeter.dcycle.value.set(percentage = 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.

param percentage

Range: 0.001 to 99.999, Unit: %

param powerMeter

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