Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:FDEViation:RMS:DELTa:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:FDEViation:RMS:DELTa:CURRent
class CurrentCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:FDEViation:RMS:DELTa:CURRent
value: float = driver.afRf.measurement.multiEval.demodulation.fdeviation.rms.delta.current.fetch()

Query the demodulation results of frequency deviation for delta measurement. The RMS values of a mono signal are delivered.

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

return:

rms: Unit: Hz

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:FDEViation:RMS:DELTa:CURRent
value: float = driver.afRf.measurement.multiEval.demodulation.fdeviation.rms.delta.current.read()

Query the demodulation results of frequency deviation for delta measurement. The RMS values of a mono signal are delivered.

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

return:

rms: Unit: Hz