Dtx
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:DTX
- class DtxCls[source]
Dtx commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) AckOrDtx[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:DTX value: enums.AckOrDtx = driver.configure.signaling.nradio.cell.harq.downlink.user.dtx.get(cell_name = 'abc')
Defines the reaction to DTX (missing ACKs) , for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- return:
dtx: STOP: stop retransmitting CONTinue: continue retransmitting
- set(cell_name: str, dtx: AckOrDtx) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:HARQ:DL:USER:DTX driver.configure.signaling.nradio.cell.harq.downlink.user.dtx.set(cell_name = 'abc', dtx = enums.AckOrDtx.CONTinue)
Defines the reaction to DTX (missing ACKs) , for user-defined DL HARQ, for the initial BWP.
- param cell_name:
No help available
- param dtx:
STOP: stop retransmitting CONTinue: continue retransmitting