Maximum

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:CP:MAXimum
FETCh:EVDO:MEASurement<Instance>:MEValuation:CP:MAXimum
CALCulate:EVDO:MEASurement<Instance>:MEValuation:CP:MAXimum
class Maximum[source]

Maximum commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

calculate()List[RsCmwEvdoMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:CP:MAXimum
value: List[enums.ResultStatus2] = driver.multiEval.cp.maximum.calculate()

Returns the scalar channel power for the data channel. The result is extended to the W24 and W12 I/Q values of the data channel. Only available if subtype 2 or 3 is selected. Otherwise NAV is returned. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

data: No help available

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:CP:MAXimum
value: List[float] = driver.multiEval.cp.maximum.fetch()

Returns the scalar channel power for the data channel. The result is extended to the W24 and W12 I/Q values of the data channel. Only available if subtype 2 or 3 is selected. Otherwise NAV is returned. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

data: No help available

read()List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:CP:MAXimum
value: List[float] = driver.multiEval.cp.maximum.read()

Returns the scalar channel power for the data channel. The result is extended to the W24 and W12 I/Q values of the data channel. Only available if subtype 2 or 3 is selected. Otherwise NAV is returned. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

data: No help available