Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEMLeft:AFSignal:DELTa:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:DEMLeft:AFSignal:DELTa:CURRent
class CurrentCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:DEMLeft:AFSignal:DELTa:CURRent
value: float = driver.afRf.measurement.multiEval.demodLeft.afSignal.delta.current.fetch()

Query delta results for demodulation frequencies of an FM stereo signal.

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

return:

frequency: No help available

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:DEMLeft:AFSignal:DELTa:CURRent
value: float = driver.afRf.measurement.multiEval.demodLeft.afSignal.delta.current.read()

Query delta results for demodulation frequencies of an FM stereo signal.

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

return:

frequency: No help available