Maximum

SCPI Command:

CALCulate:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
FETCh:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
READ:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
class MaximumCls[source]

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

calculate() List[float][source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
value: List[float or bool] = driver.gprfMeasurement.power.peak.maximum.calculate()

Query the ‘Power Maximum’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_maximum_max: (float or boolean items) ‘Power Maximum’ result Unit: dBm

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
value: List[float] = driver.gprfMeasurement.power.peak.maximum.fetch()

Query the ‘Power Maximum’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_maximum_max: ‘Power Maximum’ result Unit: dBm

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:POWer:PEAK:MAXimum
value: List[float] = driver.gprfMeasurement.power.peak.maximum.read()

Query the ‘Power Maximum’ result. CALCulate commands return an error indicator instead of a power value.

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

return:

power_maximum_max: ‘Power Maximum’ result Unit: dBm