RdsDeviation

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:RDSDeviation
class RdsDeviationCls[source]

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

class RdsDeviationStruct[source]

Response structure. Fields:

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

  • Upper: float: Upper RDS deviation limit Range: 0 Hz to 10 kHz, Unit: Hz

get() RdsDeviationStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:RDSDeviation
value: RdsDeviationStruct = driver.configure.afRf.measurement.multiEval.limit.demodulation.fmStereo.rdsDeviation.get()

Configures a limit for the RDS deviation, measured for FM stereo.

return:

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

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

Configures a limit for the RDS deviation, measured for FM stereo.

param enable:

OFF | ON Enables or disables the limit check

param upper:

Upper RDS deviation limit Range: 0 Hz to 10 kHz, Unit: Hz