Average

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:FFT:DEMRight:FDEViation:AVERage
READ:AFRF:MEASurement<Instance>:MEValuation:FFT:DEMRight:FDEViation:AVERage
class AverageCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:FFT:DEMRight:FDEViation:AVERage
value: List[float] = driver.afRf.measurement.multiEval.fft.demodRight.fdeviation.average.fetch()

Query the contents of the spectrum diagram for the right demodulator channel and FM stereo demodulation. The results are related to the right audio channel.

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

return:

power: Comma-separated list of 1793 audio deviation values (diagram from left to right) Unit: dBHz

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:FFT:DEMRight:FDEViation:AVERage
value: List[float] = driver.afRf.measurement.multiEval.fft.demodRight.fdeviation.average.read()

Query the contents of the spectrum diagram for the right demodulator channel and FM stereo demodulation. The results are related to the right audio channel.

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

return:

power: Comma-separated list of 1793 audio deviation values (diagram from left to right) Unit: dBHz