Bler
SCPI Commands :
FETCh:LTE:MEASurement<Instance>:MEValuation:BLER
READ:LTE:MEASurement<Instance>:MEValuation:BLER
- class BlerCls[source]
Bler commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Ack: float: float Received acknowledgments (percentage of sent scheduled subframes) . Unit: %
3 Nack: float: float Received negative acknowledgments (percentage of sent scheduled subframes) . Unit: %
4 Bler: float: float Block error ratio (percentage of sent scheduled subframes for which no ACK has been received) . Unit: %
5 Dtx: float: float Percentage of sent scheduled subframes for which no ACK and no NACK has been received. Unit: %
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:BLER
Snippet: value: ResultData = driver.multiEval.bler.fetch()
Returns the block error ratio results determined from all captured subframes.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:BLER
Snippet: value: ResultData = driver.multiEval.bler.read()
Returns the block error ratio results determined from all captured subframes.
- return:
structure: for return value, see the help for ResultData structure arguments.