Current

SCPI Command:

FETCh:VSE:MEASurement<Instance>:SPECtrum:CURRent
READ:VSE:MEASurement<Instance>:SPECtrum: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>:SPECtrum:CURRent
value: List[float] = driver.vse.measurement.spectrum.current.fetch()

Query the current power results of the measured spectrum.

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

return:

power: Unit: dBm

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

Query the current power results of the measured spectrum.

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

return:

power: Unit: dBm