Ssp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SSP
- class SspCls[source]
Ssp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraSearchSpaceEmtc [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SSP value: enums.EutraSearchSpaceEmtc = driver.source.bb.eutra.downlink.emtc.dci.alloc.ssp.get(allocationNull = repcap.AllocationNull.Default)
Sets the search space for the selected DCI.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
dci_search_space: UE| T1CM| T2CM| T0CM
- set(dci_search_space: RsSmbv.enums.EutraSearchSpaceEmtc, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SSP driver.source.bb.eutra.downlink.emtc.dci.alloc.ssp.set(dci_search_space = enums.EutraSearchSpaceEmtc.T0CM, allocationNull = repcap.AllocationNull.Default)
Sets the search space for the selected DCI.
- param dci_search_space
UE| T1CM| T2CM| T0CM
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)