Peak

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:MDEViation:PEAK
class PeakCls[source]

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

class PeakStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON Enables or disables the limit check

  • Lower: float: Lower multiplex deviation limit A setting configures also the upper limit (same absolute value, positive sign) . Range: -100 kHz to 0 Hz, Unit: Hz

  • Upper: float: A query returns the upper multiplex deviation limit. A setting ignores this parameter. Range: 0 Hz to 100 kHz, Unit: Hz

get() PeakStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:MDEViation:PEAK
value: PeakStruct = driver.configure.afRf.measurement.multiEval.limit.demodulation.fmStereo.mdeviation.peak.get()

Configures limits for the multiplex deviation results ‘+Peak’ and ‘-Peak’, measured for FM stereo.

return:

structure: for return value, see the help for PeakStruct structure arguments.

set(enable: bool, lower: float = None, upper: float = None) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:MDEViation:PEAK
driver.configure.afRf.measurement.multiEval.limit.demodulation.fmStereo.mdeviation.peak.set(enable = False, lower = 1.0, upper = 1.0)

Configures limits for the multiplex deviation results ‘+Peak’ and ‘-Peak’, measured for FM stereo.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower multiplex deviation limit A setting configures also the upper limit (same absolute value, positive sign) . Range: -100 kHz to 0 Hz, Unit: Hz

param upper:

A query returns the upper multiplex deviation limit. A setting ignores this parameter. Range: 0 Hz to 100 kHz, Unit: Hz