Average

SCPI Command:

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

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:FDEViation:RMS:DELTa:AVERage
value: float = driver.afRf.measurement.multiEval.demodulation.fdeviation.rms.delta.average.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:AVERage
value: float = driver.afRf.measurement.multiEval.demodulation.fdeviation.rms.delta.average.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