Current

SCPI Command:

FETCh:VSE:MEASurement<Instance>:PVTime:CURRent
READ:VSE:MEASurement<Instance>:PVTime:CURRent
class CurrentCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:VSE:MEASurement<Instance>:PVTime:CURRent
value: List[float] = driver.vse.measurement.powerVsTime.current.fetch()

Query the values of the power versus time diagram.

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

return:

power_vs_time: Comma-separated list of power values (diagram from left to right) . Default unit: dBm Unit: dBm

read() List[float][source]
# SCPI: READ:VSE:MEASurement<Instance>:PVTime:CURRent
value: List[float] = driver.vse.measurement.powerVsTime.current.read()

Query the values of the power versus time diagram.

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

return:

power_vs_time: Comma-separated list of power values (diagram from left to right) . Default unit: dBm Unit: dBm