Deviation

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:DEViation
READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:DEViation
class DeviationCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:DEViation
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.deviation.fetch()

Query the demodulation delta results for AM demodulation.

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

return:

mod_depth: Range: 0.01 dB to 100.00 dB , Unit: dB

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:DEViation
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.deviation.read()

Query the demodulation delta results for AM demodulation.

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

return:

mod_depth: Range: 0.01 dB to 100.00 dB , Unit: dB