Average

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:AVERage
READ:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer: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>:FFTSanalyzer:POWer:AVERage
value: List[float] = driver.gprfMeasurement.fftSpecAn.power.average.fetch()

Query the contents of the spectrum diagram. There are separate commands for the current, average, minimum and maximum power traces.

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

return:

power: Comma-separated list of 801 power values The power values cover the entire measured frequency span, from the lower end to the upper end. The frequency distance between two results equals span/800. Unit: dBm

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

Query the contents of the spectrum diagram. There are separate commands for the current, average, minimum and maximum power traces.

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

return:

power: Comma-separated list of 801 power values The power values cover the entire measured frequency span, from the lower end to the upper end. The frequency distance between two results equals span/800. Unit: dBm