Apsi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:APSI
class ApsiCls[source]

Apsi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [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.

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

return

dci_aps_si: integer Range: 0 to 3

set(dci_aps_si: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param dci_aps_si

integer Range: 0 to 3

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)