Ssb

SCPI Command:

TRIGger:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:DEModulation:SSB:THReshold
class SsbCls[source]

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

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

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

return:

threshold: Audio level threshold Range: -30 V to 30 V, Unit: V

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

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

param threshold:

Audio level threshold Range: -30 V to 30 V, Unit: V