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.gprf.measurement.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.

Suppressed linked return values: reliability

return:

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

fetch() float[source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQVSlot:OFERror
value: float = driver.gprf.measurement.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.

Suppressed linked return values: reliability

return:

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

read() float[source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQVSlot:OFERror
value: float = driver.gprf.measurement.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.

Suppressed linked return values: reliability

return:

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