Current

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:CP:CURRent
FETCh:EVDO:MEASurement<Instance>:MEValuation:CP:CURRent
CALCulate:EVDO:MEASurement<Instance>:MEValuation:CP:CURRent
class Current[source]

Current 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:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.cp.current.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:CURRent
value: List[float] = driver.multiEval.cp.current.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:CURRent
value: List[float] = driver.multiEval.cp.current.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