Dtx
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:DTX
- class DtxCls[source]
Dtx commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) AckOrDtx[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:DTX value: enums.AckOrDtx = driver.configure.signaling.nradio.cell.bwp.harq.downlink.user.dtx.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Defines the reaction to DTX (missing ACKs) , for user-defined DL HARQ, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
dtx: STOP: stop retransmitting CONTinue: continue retransmitting
- set(cell_name: str, dtx: AckOrDtx, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:HARQ:DL:USER:DTX driver.configure.signaling.nradio.cell.bwp.harq.downlink.user.dtx.set(cell_name = 'abc', dtx = enums.AckOrDtx.CONTinue, bwParts = repcap.BwParts.Default)
Defines the reaction to DTX (missing ACKs) , for user-defined DL HARQ, for BWP <bb>.
- param cell_name:
No help available
- param dtx:
STOP: stop retransmitting CONTinue: continue retransmitting
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)