Current

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:EUTRa:CURRent
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:EUTRa:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

calculate() List[ResultStatus2][source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:EUTRa:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.listPy.aclr.eutra.current.calculate()

Return the power in the allocated E-UTRA channel for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return:

eutra: float Comma-separated list of values, one per measured segment Unit: dBm

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:EUTRa:CURRent
value: List[float] = driver.multiEval.listPy.aclr.eutra.current.fetch()

Return the power in the allocated E-UTRA channel for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return:

eutra: float Comma-separated list of values, one per measured segment Unit: dBm