Sespace
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace
- class SespaceCls[source]
Sespace commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) OneWebSearchSpace [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace value: enums.OneWebSearchSpace = driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.sespace.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
If enabled, this parameter configures the PDCCH DCI to be transmitted within the common or UE-specific search space.
- 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:
search_space: AUTO| COMMon| UE| ON| 1 COMMon|UE Common and UE-specific search spaces, as defined in the 3GPP specification OFF|AUTO For backwards compatibility only.
- set(search_space: OneWebSearchSpace, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.sespace.set(search_space = enums.OneWebSearchSpace._1, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
If enabled, this parameter configures the PDCCH DCI to be transmitted within the common or UE-specific search space.
- param search_space:
AUTO| COMMon| UE| ON| 1 COMMon|UE Common and UE-specific search spaces, as defined in the 3GPP specification OFF|AUTO For backwards compatibility only.
- 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’)