Ri

SCPI Command :

FETCh:SIGNaling:MEASurement:CQIReporting:TRACe:NRADio:RI
class RiCls[source]

Ri 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 for which the values are reported.

  • Count: List[int]: Number of returned values.

  • Value: List[int]: Comma-separated list of Count values, indicating how often the RI values 0 to Count-1 have been reported.

fetch() FetchStruct[source]
# SCPI: FETCh:SIGNaling:MEASurement:CQIReporting:TRACe:NRADio:RI
value: FetchStruct = driver.signaling.measurement.cqiReporting.trace.nradio.ri.fetch()

Returns the contents of the histogram of reported RI values. There is one set of results {…} per NR cell: <Reliability>, {<CellName>, <Count>, <Value>RI 0, …, <Value>RI <Count>-1}, {…}, …

return:

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