Absolute

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:OVERall: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’

  • Ack: int: Number of received acknowledgments

  • Nack: int: Number of received negative acknowledgments

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

  • Throughput_Avg: int: Average throughput in bit/s

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

Returns the overall absolute DL results of the BLER measurement.

return:

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