Maximum

SCPI Command:

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

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEModulation:MDEPth:DELTa:MAXimum
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.maximum.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:MAXimum
value: float = driver.afRf.measurement.multiEval.demodulation.modDepth.delta.maximum.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