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:

  • Reliability: int: decimal ‘Reliability indicator’

  • Ack: float: float Received acknowledgments (percentage of sent scheduled subframes) . Unit: %

  • Nack: float: float Received negative acknowledgments (percentage of sent scheduled subframes) . Unit: %

  • Bler: float: float Block error ratio (percentage of sent scheduled subframes for which no ACK has been received) . Unit: %

  • Dtx: float: float Percentage of sent scheduled subframes for which no ACK and no NACK has been received. Unit: %

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:BLER
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]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:BLER
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.