ModDepth

SCPI Command:

TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:DEModulation:MDEPth:THReshold
class ModDepthCls[source]

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

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

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

return:

threshold: Modulation depth threshold Range: -100 % to 100 %, Unit: %

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

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

param threshold:

Modulation depth threshold Range: -100 % to 100 %, Unit: %