F1Amode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:F1AMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) F1AcontentType[source]
# [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.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- Returns:
format_1_a_mode: PDSCh | PRACh
- set(format_1_a_mode: F1AcontentType, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [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.
- Parameters:
format_1_a_mode – PDSCh | PRACh
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)