Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:DEMRight:AFSignal:DELTa:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:DEMRight: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:DEMRight:AFSignal:DELTa:CURRent
value: float = driver.afRf.measurement.multiEval.demodRight.afSignal.delta.current.fetch()

Query the AF frequency results for the right demodulator channel. The commands are only relevant for FM stereo. The results are related to the right audio channel.

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

return:

frequency: Delta frequency value of the AF signal Range: 0 Hz to 21 kHz, Unit: Hz

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

Query the AF frequency results for the right demodulator channel. The commands are only relevant for FM stereo. The results are related to the right audio channel.

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

return:

frequency: Delta frequency value of the AF signal Range: 0 Hz to 21 kHz, Unit: Hz