Relative

SCPI Command :

FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:STReam<Stream>: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: %

  • Throughput: float: float Average DL throughput (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(secondaryCompCarrier=SecondaryCompCarrier.Default, stream=Stream.Default) FetchStruct[source]
# SCPI: FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:STReam<Stream>:RELative
value: FetchStruct = driver.intermediate.ebler.scc.stream.relative.fetch(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default, stream = repcap.Stream.Default)

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

param secondaryCompCarrier:

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

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.