Sespace
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace
- Commands in total: 5Subgroups: 3Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) EutraSearchSpace[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace value: enums.EutraSearchSpace = driver.source.bb.eutra.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.
- 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:
search_space: OFF | AUTO | COMMon | UE | ON | 0| 1 COMMon | UE Common and UE-specific search spaces, as defined in the 3GPP specification OFF | AUTO For backwards compatibility only.
- set(search_space: EutraSearchSpace, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.sespace.set(search_space = enums.EutraSearchSpace._0, 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.
- Parameters:
search_space – OFF | AUTO | COMMon | UE | ON | 0| 1 COMMon | UE Common and UE-specific search spaces, as defined in the 3GPP specification OFF | AUTO For backwards compatibility only.
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’)
Cloning the Group
# Create a copy of the original group, that exists independently
sespace_copy = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.sespace.clone()
Subgroups