Mode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PUCCh:MODE
class ModeCls[source]

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

get(cell_name: str) ConfigMode[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:MODE
value: enums.ConfigMode = driver.configure.signaling.nradio.cell.pucch.mode.get(cell_name = 'abc')

Selects the configuration mode for the PUCCH resources, for the initial BWP.

param cell_name:

No help available

return:

mode: No help available

set(cell_name: str, mode: ConfigMode) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUCCh:MODE
driver.configure.signaling.nradio.cell.pucch.mode.set(cell_name = 'abc', mode = enums.ConfigMode.AUTO)

Selects the configuration mode for the PUCCH resources, for the initial BWP.

param cell_name:

No help available

param mode:

No help available