DciFormat
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:DCIFormat
- class DciFormatCls[source]
DciFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, slot: int, bwParts=BwParts.Default) DciFormatC[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:DCIFormat value: enums.DciFormatC = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.dciFormat.get(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)
Defines the DCI format for the UL slot with the index <Slot>, for BWP <bb>.
- param cell_name:
No help available
- param slot:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
dci_format: No help available
- set(cell_name: str, slot: int, dci_format: DciFormatC, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:DCIFormat driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.dciFormat.set(cell_name = 'abc', slot = 1, dci_format = enums.DciFormatC.D00, bwParts = repcap.BwParts.Default)
Defines the DCI format for the UL slot with the index <Slot>, for BWP <bb>.
- param cell_name:
No help available
- param slot:
No help available
- param dci_format:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)