Average

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:AVERage
READ:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth: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:MDEPth:DELTa:AVERage
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.average.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:AVERage
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.average.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