Minimum

SCPI Commands :

FETCh:GPRF:MEASurement<Instance>:SPECtrum:AVERage:MINimum
READ:GPRF:MEASurement<Instance>:SPECtrum:AVERage: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>:SPECtrum:AVERage:MINimum
value: List[float] = driver.spectrum.average.minimum.fetch()

Returns the traces calculated with the average detector. Current, average, maximum and minimum traces can be retrieved.

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

return:

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

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:SPECtrum:AVERage:MINimum
value: List[float] = driver.spectrum.average.minimum.read()

Returns the traces calculated with the average detector. Current, average, maximum and minimum traces can be retrieved.

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

return:

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