Relative

SCPI Command :

FETCh:LTE:SIGNaling<instance>:EBLer:ALL:RELative
class RelativeCls[source]

Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘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: %

  • Thougput_Avg_Rel: float: float Average DL throughput (as percentage of maximum reachable throughput) Unit: %

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

fetch() FetchStruct[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:EBLer:ALL:RELative
value: FetchStruct = driver.ebler.all.relative.fetch()

Returns the relative overall results of the BLER measurement for the sum of all downlink streams of all carriers.

return:

structure: for return value, see the help for FetchStruct structure arguments.