Maximum

SCPI Commands :

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.fftSpecAn.power.maximum.fetch()

Returns the traces of the spectrum diagram. The current, average, minimum and maximum traces can be retrieved. Each trace contains 801 power values and covers the configured frequency span.

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

return:

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

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

Returns the traces of the spectrum diagram. The current, average, minimum and maximum traces can be retrieved. Each trace contains 801 power values and covers the configured frequency span.

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

return:

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