Absolute

SCPI Command :

FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer[:PCC]:STReam<Stream>: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

  • Nack: int: decimal Number of received negative acknowledgments

  • Expired_Subframes: int: No parameter help available

  • Throughput: float: float Average DL throughput Unit: kbit/s

  • Dtx: int: decimal Number of sent scheduled subframes for which no ACK and no NACK has been received

  • Scheduled: int: decimal Number of already sent scheduled subframes

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

fetch(stream=Stream.Default) FetchStruct[source]
# SCPI: FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer[:PCC]:STReam<Stream>:ABSolute
value: FetchStruct = driver.intermediate.ebler.pcc.stream.absolute.fetch(stream = repcap.Stream.Default)

Returns the absolute results of the BLER measurement for one downlink stream of one carrier.

param stream:

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

return:

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