Absolute

SCPI Command :

FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>: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(secondaryCompCarrier=SecondaryCompCarrier.Default) FetchStruct[source]
# SCPI: FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:ABSolute
value: FetchStruct = driver.intermediate.ebler.scc.absolute.fetch(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns the absolute overall results of the BLER measurement for the sum of all DL streams of one carrier.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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