Value
SCPI Command :
[SENSe]:PMETer:DCYCle:VALue
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:PMETer:DCYCle:VALue value: float = driver.applications.k18AmplifierEt.sense.pmeter.dcycle.value.get()
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.
- return
percentage: Range: 0.001 to 99.999, Unit: %
- set(percentage: float) None [source]
# SCPI: [SENSe]:PMETer:DCYCle:VALue driver.applications.k18AmplifierEt.sense.pmeter.dcycle.value.set(percentage = 1.0)
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: %