Pdeviation

SCPI Command:

TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:DEModulation:PDEViation:THReshold
class PdeviationCls[source]

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

get_threshold() float[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:DEModulation:PDEViation:THReshold
value: float = driver.trigger.afRf.measurement.multiEval.oscilloscope.demodulation.pdeviation.get_threshold()

Defines the trigger threshold for the RF input path, for PM demodulation.

return:

threshold: Phase deviation threshold Range: -30 rad to 30 rad, Unit: rad

set_threshold(threshold: float) None[source]
# SCPI: TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:DEModulation:PDEViation:THReshold
driver.trigger.afRf.measurement.multiEval.oscilloscope.demodulation.pdeviation.set_threshold(threshold = 1.0)

Defines the trigger threshold for the RF input path, for PM demodulation.

param threshold:

Phase deviation threshold Range: -30 rad to 30 rad, Unit: rad