Fdeviation

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:SCAL:FDEViation
class FdeviationCls[source]

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

class FdeviationStruct[source]

Response structure. Fields:

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

  • Lower: float: Lower frequency-deviation limit Range: -100 % to 0 %, Unit: %

  • Upper: float: Upper frequency-deviation limit Range: 0 % to 100 %, Unit: %

get() FdeviationStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:SCAL:FDEViation
value: FdeviationStruct = driver.configure.afRf.measurement.multiEval.limit.tones.scal.fdeviation.get()

Configures limits for the frequency deviation of tones in an analyzed SELCAL sequence.

return:

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

set(enable: bool, lower: float, upper: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:LIMit:TONes:SCAL:FDEViation
driver.configure.afRf.measurement.multiEval.limit.tones.scal.fdeviation.set(enable = False, lower = 1.0, upper = 1.0)

Configures limits for the frequency deviation of tones in an analyzed SELCAL sequence.

param enable:

OFF | ON Enables or disables the limit check

param lower:

Lower frequency-deviation limit Range: -100 % to 0 %, Unit: %

param upper:

Upper frequency-deviation limit Range: 0 % to 100 %, Unit: %