Deviation

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:SSNR:DEViation
READ:AFRF:MEASurement<Instance>:SROutines:SSNR:DEViation
class DeviationCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:SSNR:DEViation
value: float = driver.afRf.measurement.searchRoutines.ssnr.deviation.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:DEViation
value: float = driver.afRf.measurement.searchRoutines.ssnr.deviation.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