Absolute

SCPI Command :

FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:ALL:ABSolute
class AbsoluteCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Ack: int: decimal Number of received acknowledgments (sum of all downlink streams)

  • Nack: int: decimal Number of received negative acknowledgments (sum of all downlink streams)

  • Expired_Subframes: int: No parameter help available

  • Throughput: List[float]: No parameter help available

  • Dtx: int: decimal Number of sent scheduled subframes for which no ACK and no NACK has been received (sum of all downlink streams)

  • Scheduled: int: decimal Number of already sent scheduled subframes (per downlink stream)

  • Median_Cqi: int: decimal Median value of received CQI indices

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

Returns the absolute 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.