Cfi
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PCFich:CFI
- class CfiCls[source]
Cfi commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PCFich:CFI value: int = driver.source.bb.oneweb.downlink.subf.encc.pcfich.cfi.get(subframeNull = repcap.SubframeNull.Default)
Sets the control format indicator for PDCCH.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- return
cfi: integer Range: 1 to 12
- set(cfi: int, subframeNull=SubframeNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PCFich:CFI driver.source.bb.oneweb.downlink.subf.encc.pcfich.cfi.set(cfi = 1, subframeNull = repcap.SubframeNull.Default)
Sets the control format indicator for PDCCH.
- param cfi
integer Range: 1 to 12
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)