Throughput

SCPI Command :

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

  • Abs_Crc_Passed: List[int]: Throughput in bit/s

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

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

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

return:

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