Average

SCPI Commands :

FETCh:GPRF:MEASurement<Instance>:SPECtrum:RMS:AVERage
READ:GPRF:MEASurement<Instance>:SPECtrum:RMS:AVERage
class AverageCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:SPECtrum:RMS:AVERage
value: List[float] = driver.spectrum.rms.average.fetch()

Returns the traces calculated with the RMS detector. Current, average, maximum and minimum traces can be retrieved.

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

return:

power: float Comma-separated list of 1001 values Unit: dBm

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:SPECtrum:RMS:AVERage
value: List[float] = driver.spectrum.rms.average.read()

Returns the traces calculated with the RMS detector. Current, average, maximum and minimum traces can be retrieved.

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

return:

power: float Comma-separated list of 1001 values Unit: dBm