Minimum

SCPI Command:

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

Query the result traces calculated with the ‘MinPeak’ detector. The current, average, minimum and maximum traces can be retrieved.

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

return:

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

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

Query the result traces calculated with the ‘MinPeak’ detector. The current, average, minimum and maximum traces can be retrieved.

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

return:

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