User

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh: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.OneWebPdcchCfg[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:USER
value: enums.OneWebPdcchCfg = driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.user.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the user which 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| PRNTi| SIRNti| RARNti| NONE

set(user: RsSmw.enums.OneWebPdcchCfg, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:USER
driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.user.set(user = enums.OneWebPdcchCfg.NONE, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)

Sets the user which the DCI is dedicated to. The available DCI Formats depend on the value of this parameter.

param user

USER1| USER2| USER3| USER4| PRNTi| SIRNti| RARNti| 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’)