F1Amode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:F1AMode
- class F1AmodeCls[source]
F1Amode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) RsSmw.enums.F1AcontentType [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:F1AMode value: enums.F1AcontentType = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.f1Amode.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Selects the mode of the DCI format.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param itemNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- return
format_1_a_mode: PDSCh| PRACh
- set(format_1_a_mode: RsSmw.enums.F1AcontentType, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:F1AMode driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.dciConf.f1Amode.set(format_1_a_mode = enums.F1AcontentType.PDSCh, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Selects the mode of the DCI format.
- param format_1_a_mode
PDSCh| PRACh
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param itemNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)