Average

SCPI Command:

CALCulate:GPRF:MEASurement<Instance>:POWer:AVERage
FETCh:GPRF:MEASurement<Instance>:POWer:AVERage
READ:GPRF:MEASurement<Instance>:POWer:AVERage
class AverageCls[source]

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

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

Query the ‘Power Average 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_average_rms: (float or boolean items) ‘Power Average RMS’ result Unit: dBm

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

Query the ‘Power Average 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_average_rms: ‘Power Average RMS’ result Unit: dBm

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

Query the ‘Power Average 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_average_rms: ‘Power Average RMS’ result Unit: dBm