FreqError

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:RFCarrier:FERRor
class FreqErrorCls[source]

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

class FreqErrorStruct[source]

Response structure. Fields:

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

  • Limit: float: Range: 0 Hz to 1 MHz, Unit: Hz

get() FreqErrorStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:RFCarrier:FERRor
value: FreqErrorStruct = driver.configure.vse.measurement.limit.rfCarrier.freqError.get()

Configures an upper limit for the measured RF carrier frequency error.

return:

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

set(enable: bool, limit: float) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:RFCarrier:FERRor
driver.configure.vse.measurement.limit.rfCarrier.freqError.set(enable = False, limit = 1.0)

Configures an upper limit for the measured RF carrier frequency error.

param enable:

OFF | ON Enables or disables the limit check

param limit:

Range: 0 Hz to 1 MHz, Unit: Hz