Cword<Cword>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.signaling.measurement.cqiReporting.trace.nradio.cword.repcap_cword_get()
driver.signaling.measurement.cqiReporting.trace.nradio.cword.repcap_cword_set(repcap.Cword.Nr1)

SCPI Command :

FETCh:SIGNaling:MEASurement:CQIReporting:TRACe:NRADio:CWORd<no>
class CwordCls[source]

Cword commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Cword, default value after init: Cword.Nr1

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.

  • Value: List[int]: Comma-separated list of 16 values. They indicate how often the CQI indices 0 to 15 have been reported.

fetch(cword=Cword.Default) FetchStruct[source]
# SCPI: FETCh:SIGNaling:MEASurement:CQIReporting:TRACe:NRADio:CWORd<no>
value: FetchStruct = driver.signaling.measurement.cqiReporting.trace.nradio.cword.fetch(cword = repcap.Cword.Default)

Returns the contents of the histogram of reported CQI values. There are separate commands for LTE cells and NR cells. And there is one set of results {…} per cell: <Reliability>, {<CellName>, <Value>CQI index 0, …, <Value>CQI index 15}, {.. .}, …

param cword:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cword’)

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.signaling.measurement.cqiReporting.trace.nradio.cword.clone()