FreqError

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:LIMit:TETRa:FERRor
class FreqErrorCls[source]

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

class FreqErrorStruct[source]

Response structure. Fields:

  • Enable_Limit: bool: No parameter help available

  • Upper: float: No parameter help available

  • Lower: float: No parameter help available

get() FreqErrorStruct[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:LIMit:TETRa:FERRor
value: FreqErrorStruct = driver.configure.afRf.measurement.digital.limit.tetra.freqError.get()

No command help available

return:

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

set(enable_limit: bool, upper: float, lower: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:LIMit:TETRa:FERRor
driver.configure.afRf.measurement.digital.limit.tetra.freqError.set(enable_limit = False, upper = 1.0, lower = 1.0)

No command help available

param enable_limit:

No help available

param upper:

No help available

param lower:

No help available