Throughput

SCPI Command :

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

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

  • Rel_Avg: List[float]: Average throughput as percentage of scheduled throughput

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

  • Abs_Scheduled: List[int]: Scheduled throughput in bit/s

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

Returns the DL throughput results of the BLER measurement. There is one set of results {…} per cell: <Reliability>, {<CellName>, <RelAvg>, <AbsAck>, <AbsScheduled>}, {…}, …

return:

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