FreqError

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:FERRor
class FreqErrorCls[source]

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

class FreqErrorStruct[source]

Response structure. Fields:

  • Freq_Err_Enable: bool: OFF: disables the limit check ON: enables the limit check

  • Freq_Err_Low: float or bool: Upper limit for frequencies up to 1 GHz

  • Freq_Err_High: float or bool: Upper limit for frequencies above 1 GHz

get() FreqErrorStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:FERRor
value: FreqErrorStruct = driver.configure.niotMeas.multiEval.limit.freqError.get()

Defines upper limits for the carrier frequency error.

return:

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

set(freq_err_enable: bool, freq_err_low: float, freq_err_high: float) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:FERRor
driver.configure.niotMeas.multiEval.limit.freqError.set(freq_err_enable = False, freq_err_low = 1.0, freq_err_high = 1.0)

Defines upper limits for the carrier frequency error.

param freq_err_enable:

OFF: disables the limit check ON: enables the limit check

param freq_err_low:

(float or boolean) Upper limit for frequencies up to 1 GHz

param freq_err_high:

(float or boolean) Upper limit for frequencies above 1 GHz