Cif
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:CIF
- class CifCls[source]
Cif commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) bool [source]
# SCPI: [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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
cif_present: 1| ON| 0| OFF
- set(cif_present: bool, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param cif_present
1| ON| 0| OFF
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)