Sancqi

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:CQIReporting:SANCqi
class SancqiCls[source]

Sancqi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:SANCqi
value: bool = driver.configure.signaling.lte.cell.cqiReporting.sancqi.get(cell_name = 'abc')

Configures the parameter ‘simultaneousAckNackAndCQI’, signaled to the UE.

param cell_name:

No help available

return:

enable: ON: simultaneous transmission allowed OFF: not allowed

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:SANCqi
driver.configure.signaling.lte.cell.cqiReporting.sancqi.set(cell_name = 'abc', enable = False)

Configures the parameter ‘simultaneousAckNackAndCQI’, signaled to the UE.

param cell_name:

No help available

param enable:

ON: simultaneous transmission allowed OFF: not allowed