Cif
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:CIF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:CIF value: bool = driver.source.bb.eutra.downlink.ca.cell.cif.get(cellNull = repcap.CellNull.Default)
Defines whether the CIF is included in the PDCCH DCI formats transmitted from the corresponding SCell.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
cif_present: 1 | ON | 0| OFF
- set(cif_present: bool, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:CIF driver.source.bb.eutra.downlink.ca.cell.cif.set(cif_present = False, cellNull = repcap.CellNull.Default)
Defines whether the CIF is included in the PDCCH DCI formats transmitted from the corresponding SCell.
- Parameters:
cif_present – 1 | ON | 0| OFF
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)