Minimum

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:MINimum
READ:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:MINimum
class MinimumCls[source]

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

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