Relative

SCPI Command :

FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>: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: No parameter help available

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

fetch(secondaryCompCarrier=SecondaryCompCarrier.Default) FetchStruct[source]
# SCPI: FETCh:INTermediate:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:RELative
value: FetchStruct = driver.intermediate.ebler.scc.relative.fetch(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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