Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SINLeft:PVTime:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SINLeft:PVTime:CURRent
class CurrentCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SINLeft:PVTime:CURRent
value: List[float] = driver.afRf.measurement.multiEval.oscilloscope.spdifLeft.powerVsTime.current.fetch()

Query the contents of the AF oscilloscope diagram for the left or right SPDIF channel.

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

return:

power_vs_time: Comma-separated list of 960 audio level values (diagram from left to right) Unit: % full scale

read() List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:SINLeft:PVTime:CURRent
value: List[float] = driver.afRf.measurement.multiEval.oscilloscope.spdifLeft.powerVsTime.current.read()

Query the contents of the AF oscilloscope diagram for the left or right SPDIF channel.

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

return:

power_vs_time: Comma-separated list of 960 audio level values (diagram from left to right) Unit: % full scale