Current
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
CALCulate:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
- class CurrentCls[source]
Current commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Out_Of_Tolerance: int: No parameter help available
3 Tx_Power: float | bool: No parameter help available
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for power measurements exceeding the specified power limits. Unit: %
3 Tx_Power: float: float Unit: dBm
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
Snippet: value: CalculateStruct = driver.multiEval.pmonitor.current.calculate()
No command help available
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
Snippet: value: ResultData = driver.multiEval.pmonitor.current.fetch()
Returns the total TX power of all carriers.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:CURRent
Snippet: value: ResultData = driver.multiEval.pmonitor.current.read()
Returns the total TX power of all carriers.
- return:
structure: for return value, see the help for ResultData structure arguments.