Maximum

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:MAXimum
READ:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:MAXimum
class MaximumCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:MAXimum
value: List[float] = driver.gprfMeasurement.fftSpecAn.power.maximum.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:MAXimum
value: List[float] = driver.gprfMeasurement.fftSpecAn.power.maximum.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