Throughput

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:UL: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: Throughput as percentage of scheduled throughput

  • Abs_Crc_Passed: int: Throughput in bit/s

  • Abs_Scheduled: int: Scheduled throughput in bit/s

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

Returns the overall UL throughput results of the BLER measurement.

return:

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