Current

SCPI Command:

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

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

fetch(audioInput=AudioInput.Default) List[float][source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN<Nr>:PVTime:CURRent
value: List[float] = driver.afRf.measurement.multiEval.oscilloscope.audioInput.powerVsTime.current.fetch(audioInput = repcap.AudioInput.Default)

Query the contents of the AF oscilloscope diagram for an AF input path.

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

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)

return:

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

read(audioInput=AudioInput.Default) List[float][source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:OSCilloscope:AIN<Nr>:PVTime:CURRent
value: List[float] = driver.afRf.measurement.multiEval.oscilloscope.audioInput.powerVsTime.current.read(audioInput = repcap.AudioInput.Default)

Query the contents of the AF oscilloscope diagram for an AF input path.

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

param audioInput:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AudioInput’)

return:

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