User

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC: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:EMTC:DCI:ALLoc<CH0>:USER
value: enums.EutraEmtcPdcchCfg = driver.source.bb.eutra.downlink.emtc.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:

dci_user: USER1 | USER2 | USER3 | USER4 | PRNTi | RARNti USER1 | USER2 | USER3 | USER4 Available are only eMTC users (method RsSmw.source.bb.eutra.downlink.user.release.set() EM_A | EM_B) . PRNTi | RARNti Selects a group of users.

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

Selects the user the DCI is dedicated to.

Parameters:
  • dci_user – USER1 | USER2 | USER3 | USER4 | PRNTi | RARNti USER1 | USER2 | USER3 | USER4 Available are only eMTC users (method RsSmw.source.bb.eutra.downlink.user.release.set() EM_A | EM_B) . PRNTi | RARNti Selects a group of users.

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