Maximum

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:ACP:ACLR:MAXimum
READ:GPRF:MEASurement<Instance>:ACP:ACLR:MAXimum
CALCulate:GPRF:MEASurement<Instance>:ACP:ACLR: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>:ACP:ACLR:MAXimum
value: List[float or bool] = driver.gprfMeasurement.acp.aclr.maximum.calculate()

Query the ACLR results. There are separate commands for the current, average, maximum and standard deviation values. CALCulate commands return error indicators instead of measurement values.

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

return:

aclr: (float or boolean items) Comma-separated list of five ACLR values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dB

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:ACP:ACLR:MAXimum
value: List[float] = driver.gprfMeasurement.acp.aclr.maximum.fetch()

Query the ACLR results. There are separate commands for the current, average, maximum and standard deviation values. CALCulate commands return error indicators instead of measurement values.

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

return:

aclr: Comma-separated list of five ACLR values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dB

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:ACP:ACLR:MAXimum
value: List[float] = driver.gprfMeasurement.acp.aclr.maximum.read()

Query the ACLR results. There are separate commands for the current, average, maximum and standard deviation values. CALCulate commands return error indicators instead of measurement values.

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

return:

aclr: Comma-separated list of five ACLR values, one per channel: Channel -2, -1, 0, +1, +2 Unit: dB