DciFormat
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:DCIFormat
- class DciFormatCls[source]
DciFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, slot: int) DciFormatB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:DCIFormat value: enums.DciFormatB = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.dciFormat.get(cell_name = 'abc', slot = 1)
Defines the DCI format for the DL slot with the index <Slot>, for the initial BWP.
- param cell_name:
No help available
- param slot:
No help available
- return:
dci_format: No help available
- set(cell_name: str, slot: int, dci_format: DciFormatB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:DCIFormat driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.dciFormat.set(cell_name = 'abc', slot = 1, dci_format = enums.DciFormatB.D10)
Defines the DCI format for the DL slot with the index <Slot>, for the initial BWP.
- param cell_name:
No help available
- param slot:
No help available
- param dci_format:
No help available