Absolute

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:ABSolute
class AbsoluteCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator’

  • Cell_Name: List[str]: Name of the cell providing the measured connection

  • Ack: List[int]: Number of received acknowledgments

  • Nack: List[int]: Number of received negative acknowledgments

  • Dtx: List[int]: Number of missing answers (no ACK, no NACK)

  • Throughput_Avg: List[int]: Average throughput in bit/s

fetch() FetchStruct[source]
# SCPI: FETCh:SIGNaling:MEASurement:BLER:ABSolute
value: FetchStruct = driver.signaling.measurement.bler.absolute.fetch()

Returns the absolute DL results of the BLER measurement. There is one set of results {…} per cell: <Reliability>, {<CellName>, <ACK>, <NACK>, <DTX>, <ThroughputAvg>}, {…}, …

return:

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