Minimum

SCPI Command:

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

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

calculate() List[float][source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:ACP:POWer:MINimum
value: List[float or bool] = driver.gprfMeasurement.acp.power.minimum.calculate()

Query the minimum absolute power of the designated channel. CALCulate commands return error indicators instead of measurement values.

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

return:

power: (float or boolean items) Unit: dBm

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:ACP:POWer:MINimum
value: List[float] = driver.gprfMeasurement.acp.power.minimum.fetch()

Query the minimum absolute power of the designated channel. CALCulate commands return error indicators instead of measurement values.

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

return:

power: Unit: dBm

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

Query the minimum absolute power of the designated channel. CALCulate commands return error indicators instead of measurement values.

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

return:

power: Unit: dBm