Cmode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:HARQ:UL:CMODe
class CmodeCls[source]

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

get(cell_name: str) ModeC[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:UL:CMODe
value: enums.ModeC = driver.configure.signaling.nradio.cell.harq.uplink.cmode.get(cell_name = 'abc')

Selects a mode for UL HARQ configuration, for the initial BWP.

param cell_name:

No help available

return:

mode: NOTC: no UL HARQ AUTO: automatic configuration of the UL HARQ settings USER: user-defined configuration of the UL HARQ settings

set(cell_name: str, mode: ModeC) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:UL:CMODe
driver.configure.signaling.nradio.cell.harq.uplink.cmode.set(cell_name = 'abc', mode = enums.ModeC.AUTO)

Selects a mode for UL HARQ configuration, for the initial BWP.

param cell_name:

No help available

param mode:

NOTC: no UL HARQ AUTO: automatic configuration of the UL HARQ settings USER: user-defined configuration of the UL HARQ settings