Apsi
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:APSI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:APSI value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.apsi.get(allocationNull = repcap.AllocationNull.Default)
For users working in transmission mode TM9 and if UE-specific search space is used, sets the DCI format 6-1A field antenna ports and scrambling identity.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_aps_si: integer Range: 0 to 3
- set(dci_aps_si: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:APSI driver.source.bb.eutra.downlink.emtc.dci.alloc.apsi.set(dci_aps_si = 1, allocationNull = repcap.AllocationNull.Default)
For users working in transmission mode TM9 and if UE-specific search space is used, sets the DCI format 6-1A field antenna ports and scrambling identity.
- Parameters:
dci_aps_si – integer Range: 0 to 3
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)