Cmode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:CMODe
class CmodeCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) ModeC[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:CMODe
value: enums.ModeC = driver.configure.signaling.nradio.cell.bwp.harq.downlink.cmode.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects a mode for DL HARQ configuration, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

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, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:CMODe
driver.configure.signaling.nradio.cell.bwp.harq.downlink.cmode.set(cell_name = 'abc', mode = enums.ModeC.AUTO, bwParts = repcap.BwParts.Default)

Selects a mode for DL HARQ configuration, for BWP <bb>.

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

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)