User

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:USER
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) EutraEmtcPdcchCfg[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:USER
value: enums.EutraEmtcPdcchCfg = driver.source.bb.eutra.downlink.niot.dci.alloc.user.get(allocationNull = repcap.AllocationNull.Default)

Selects the user the DCI is dedicated to.

Parameters:

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

Returns:

user: USER1 | USER2 | USER3 | USER4 | PRNTi | RARNti

set(user: EutraEmtcPdcchCfg, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:USER
driver.source.bb.eutra.downlink.niot.dci.alloc.user.set(user = enums.EutraEmtcPdcchCfg.PRNTi, allocationNull = repcap.AllocationNull.Default)

Selects the user the DCI is dedicated to.

Parameters:
  • user – USER1 | USER2 | USER3 | USER4 | PRNTi | RARNti

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