Minimum

SCPI Commands :

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.gprf.measurement.fftSpecAn.power.minimum.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.

Suppressed linked return values: reliability

return:

power: Comma-separated list of 801 power values

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

Suppressed linked return values: reliability

return:

power: Comma-separated list of 801 power values