Current

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:ACP:POWer:CURRent
READ:GPRF:MEASurement<Instance>:ACP:POWer:CURRent
CALCulate:GPRF:MEASurement<Instance>:ACP: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>:ACP:POWer:CURRent
value: List[float or bool] = driver.gprfMeasurement.acp.power.current.calculate()

Query the absolute power results. There are separate commands for the current, average and maximum values. CALCulate commands return error indicators instead of measurement values.

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

return:

power: (float or boolean items) Comma-separated list of five power values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dBm

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

Query the absolute power results. There are separate commands for the current, average and maximum values. CALCulate commands return error indicators instead of measurement values.

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

return:

power: Comma-separated list of five power values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dBm

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

Query the absolute power results. There are separate commands for the current, average and maximum values. CALCulate commands return error indicators instead of measurement values.

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

return:

power: Comma-separated list of five power values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dBm