PdcchFormat
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:CCRNti:PDCChformat
- class PdcchFormatCls[source]
PdcchFormat commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) PdcchFormatB[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:CCRNti:PDCChformat value: enums.PdcchFormatB = driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.ccrnti.pdcchFormat.get(cell_name = 'abc')
Selects the number of control channel elements (CCE) used for transmission of the PDCCH scrambled with CC-RNTI, for fixed bursts.
- param cell_name:
No help available
- return:
pdcch_format: No help available
- set(cell_name: str, pdcch_format: PdcchFormatB) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:FBURst:CCRNti:PDCChformat driver.configure.signaling.lte.cell.ueScheduling.laa.fburst.ccrnti.pdcchFormat.set(cell_name = 'abc', pdcch_format = enums.PdcchFormatB.N1)
Selects the number of control channel elements (CCE) used for transmission of the PDCCH scrambled with CC-RNTI, for fixed bursts.
- param cell_name:
No help available
- param pdcch_format:
No help available