Confidence

SCPI Command :

FETCh:SIGNaling:MEASurement:BLER:CONFidence
class ConfidenceCls[source]

Confidence 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

  • State: List[enums.BlerState]: PENDing: measurement still running, no verdict yet PASS, FAIL: verdict of the measurement

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

Returns the results of a confidence BLER measurement. There is one set of results {…} per cell: <Reliability>, {<CellName>, <State>}, {…}, …

return:

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