Current

SCPI Command:

CALCulate:GPRF:MEASurement<Instance>:POWer:CURRent
FETCh:GPRF:MEASurement<Instance>:POWer:CURRent
READ:GPRF:MEASurement<Instance>:POWer:CURRent
class CurrentCls[source]

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

calculate() List[float][source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:POWer:CURRent
value: List[float or bool] = driver.gprfMeasurement.power.current.calculate()

Query the ‘Power Current RMS’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_rms: (float or boolean items) ‘Power Current RMS’ result Unit: dBm

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:CURRent
value: List[float] = driver.gprfMeasurement.power.current.fetch()

Query the ‘Power Current RMS’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_rms: ‘Power Current RMS’ result Unit: dBm

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:POWer:CURRent
value: List[float] = driver.gprfMeasurement.power.current.read()

Query the ‘Power Current RMS’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_current_rms: ‘Power Current RMS’ result Unit: dBm