DciFormat
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:DCIFormat
- class DciFormatCls[source]
DciFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, subframe: int) DciFormat[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:DCIFormat value: enums.DciFormat = driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.uplink.dciFormat.get(cell_name = 'abc', subframe = 1)
Defines the DCI format for the UL subframe with the index <Subframe>.
- param cell_name:
No help available
- param subframe:
No help available
- return:
dci_format: No help available
- set(cell_name: str, subframe: int, dci_format: DciFormat) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:DCIFormat driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.uplink.dciFormat.set(cell_name = 'abc', subframe = 1, dci_format = enums.DciFormat.D0)
Defines the DCI format for the UL subframe with the index <Subframe>.
- param cell_name:
No help available
- param subframe:
No help available
- param dci_format:
No help available