User
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:USER
- class UserCls[source]
User commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) RsSmw.enums.V5GpDcchCfg [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:USER value: enums.V5GpDcchCfg = driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.user.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Selects the user the DCI is dedicated to. The available DCI formats depend on the value of this parameter.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param itemNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- return
user: USER1| USER2| USER3| USER4| NONE
- set(user: RsSmw.enums.V5GpDcchCfg, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ENCC:XPDCch:EXTC:ITEM<CH0>:USER driver.source.bb.v5G.downlink.subf.encc.xpdcch.extc.item.user.set(user = enums.V5GpDcchCfg.NONE, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Selects the user the DCI is dedicated to. The available DCI formats depend on the value of this parameter.
- param user
USER1| USER2| USER3| USER4| NONE
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param itemNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)