PfError

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:DEModulation:FMSTereo:PFERror
class PfErrorCls[source]

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

class PfErrorStruct[source]

Response structure. Fields:

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

  • Lower: float: Lower frequency error limit Range: -100 Hz to 0 Hz, Unit: Hz

  • Upper: float: Upper frequency error limit You can skip this setting. The Upper value equals always the Lower value times -1 (same absolute value, opposite sign) . Range: 0 Hz to 100 Hz, Unit: Hz

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

Configures limits for the pilot frequency error, measured for FM stereo.

return:

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

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

Configures limits for the pilot frequency error, measured for FM stereo.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower frequency error limit Range: -100 Hz to 0 Hz, Unit: Hz

param upper:

Upper frequency error limit You can skip this setting. The Upper value equals always the Lower value times -1 (same absolute value, opposite sign) . Range: 0 Hz to 100 Hz, Unit: Hz