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.iqVsSlot.freqError.fetch()

Returns the contents of the frequency error result diagram.

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

return:

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

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

Returns the contents of the frequency error result diagram.

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

return:

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