FreqError

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQVSlot:FERRor
FETCh:GPRF:MEASurement<Instance>:IQVSlot:FERRor
class FreqErrorCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQVSlot:FERRor
value: List[float] = driver.gprf.measurement.iqVsSlot.freqError.fetch()

Returns the contents of the frequency error result diagram.

Suppressed linked return values: reliability

return:

frequency_error: Comma-separated list of frequency errors, one value per measured step

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQVSlot:FERRor
value: List[float] = driver.gprf.measurement.iqVsSlot.freqError.read()

Returns the contents of the frequency error result diagram.

Suppressed linked return values: reliability

return:

frequency_error: Comma-separated list of frequency errors, one value per measured step