Throughput

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:OVERall:THRoughput
class ThroughputCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator’

  • Rel_Avg: float: Average throughput as percentage of scheduled throughput

  • Abs_Ack: int: Average throughput in bit/s

  • Abs_Scheduled: int: Scheduled throughput in bit/s

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

Returns the overall DL throughput results of the BLER measurement.

return:

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