Average

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:SSNR:AVERage
READ:AFRF:MEASurement<Instance>:SROutines:SSNR:AVERage
class AverageCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:SSNR:AVERage
value: float = driver.afRf.measurement.searchRoutines.ssnr.average.fetch()

Query the SNR results for the ‘Switched SNR’ search routine. A statistical evaluation of the SNR values is returned.

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

return:

ssnr: Switched SNR value Unit: dB

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:SSNR:AVERage
value: float = driver.afRf.measurement.searchRoutines.ssnr.average.read()

Query the SNR results for the ‘Switched SNR’ search routine. A statistical evaluation of the SNR values is returned.

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

return:

ssnr: Switched SNR value Unit: dB