Relative

SCPI Command :

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

  • Crc_Passed: float: Number of passed CRC as a percentage

  • Crc_Failed: float: Number of failed CRC as a percentage

  • Dtx: float: Discontinuous transmissions as a percentage

  • Bler: float: Block error ratio as a percentage

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

Returns the overall relative UL results of the BLER measurement.

return:

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