Ssp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:SSP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) EutraSearchSpaceEmtc[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_search_space: UE | T1CM | T2CM | T0CM
- set(dci_search_space: EutraSearchSpaceEmtc, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
dci_search_space – UE | T1CM | T2CM | T0CM
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)