Enable

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:ENABle
class EnableCls[source]

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

get(cell_name: str) EnableCqi[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:ENABle
value: enums.EnableCqi = driver.configure.signaling.nradio.cell.cqiReporting.enable.get(cell_name = 'abc')

Selects the CSI reporting type.

param cell_name:

No help available

return:

enable: OFF: no reporting PERiodic: periodic CSI reporting APERiodic: aperiodic CSI reporting SPERsistant: semi-persistent CSI reporting

set(cell_name: str, enable: EnableCqi) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:ENABle
driver.configure.signaling.nradio.cell.cqiReporting.enable.set(cell_name = 'abc', enable = enums.EnableCqi.APERiodic)

Selects the CSI reporting type.

param cell_name:

No help available

param enable:

OFF: no reporting PERiodic: periodic CSI reporting APERiodic: aperiodic CSI reporting SPERsistant: semi-persistent CSI reporting