Absolute

SCPI Command :

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

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

  • Crc_Failed: List[int]: Number of failed CRC

  • Crc_Passed: List[int]: Number of passed CRC

  • Dtx: List[int]: Discontinuous transmissions

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

Returns the absolute UL results of the BLER measurement. There is one set of results {…} per cell: <Reliability>, {<CellName>, <CRCFailed>, <CRCPassed>, <DTX>}, {…}, …

return:

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