Cmode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL: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:DL:CMODe value: enums.ModeC = driver.configure.signaling.nradio.cell.harq.downlink.cmode.get(cell_name = 'abc')
Selects a mode for DL HARQ configuration, for the initial BWP.
- param cell_name:
No help available
- return:
mode: NOTC: no DL HARQ AUTO: automatic configuration of the DL HARQ settings USER: user-defined configuration of the DL HARQ settings
- set(cell_name: str, mode: ModeC) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:CMODe driver.configure.signaling.nradio.cell.harq.downlink.cmode.set(cell_name = 'abc', mode = enums.ModeC.AUTO)
Selects a mode for DL HARQ configuration, for the initial BWP.
- param cell_name:
No help available
- param mode:
NOTC: no DL HARQ AUTO: automatic configuration of the DL HARQ settings USER: user-defined configuration of the DL HARQ settings