Relative

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:UL:RELative
class RelativeCls[source]

Relative 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 as a percentage

  • Crc_Passed: List[int]: Number of passed CRC as a percentage

  • Dtx: List[int]: Discontinuous transmissions as a percentage

  • Bler: List[float]: Block error ratio as a percentage

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

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

return:

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