User
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:USER
- class UserCls[source]
User commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraEmtcPdcchCfg [source]
# SCPI: [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.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
user: USER1| USER2| USER3| USER4| PRNTi| RARNti
- set(user: RsSmbv.enums.EutraEmtcPdcchCfg, allocationNull=AllocationNull.Default) None [source]
# SCPI: [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.
- param user
USER1| USER2| USER3| USER4| PRNTi| RARNti
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)