OfError

SCPI Commands :

CALCulate:GPRF:MEASurement<Instance>:IQVSlot:OFERror
READ:GPRF:MEASurement<Instance>:IQVSlot:OFERror
FETCh:GPRF:MEASurement<Instance>:IQVSlot:OFERror
class OfErrorCls[source]

OfError commands group definition. 3 total commands, 0 Subgroups, 3 group commands

calculate() ResultStatus2[source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:IQVSlot:OFERror
value: enums.ResultStatus2 = driver.iqVsSlot.ofError.calculate()

Returns the overall frequency error. The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

frequency_error: float Overall frequency error, the arithmetic mean value of the frequency errors of all considered steps. Unit: Hz

fetch() float[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQVSlot:OFERror
value: float = driver.iqVsSlot.ofError.fetch()

Returns the overall frequency error. The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

frequency_error: float Overall frequency error, the arithmetic mean value of the frequency errors of all considered steps. Unit: Hz

read() float[source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQVSlot:OFERror
value: float = driver.iqVsSlot.ofError.read()

Returns the overall frequency error. The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

frequency_error: float Overall frequency error, the arithmetic mean value of the frequency errors of all considered steps. Unit: Hz