Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
CALCulate:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
READ:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
class CurrentCls[source]

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

calculate() ResultStatus[source]
# SCPI: CALCulate:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
value: enums.ResultStatus = driver.afRf.measurement.digital.tetra.freqError.current.calculate()

No command help available

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

return:

freq_error: No help available

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
value: float = driver.afRf.measurement.digital.tetra.freqError.current.fetch()

No command help available

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

return:

freq_error: No help available

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:DIGital:TETRa:FERRor:CURRent
value: float = driver.afRf.measurement.digital.tetra.freqError.current.read()

No command help available

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

return:

freq_error: No help available