Sespace

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:SESPace
class SespaceCls[source]

Sespace commands group definition. 5 total commands, 3 Subgroups, 1 group commands

get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) RsSmbv.enums.EutraSearchSpace[source]
# SCPI: [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.

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: 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: RsSmbv.enums.EutraSearchSpace, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [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.

param 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.

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’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.sespace.clone()

Subgroups