User

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:USER
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) EutraPdcchCfg[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:USER
value: enums.EutraPdcchCfg = driver.source.bb.eutra.downlink.subf.encc.pdcch.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.

Parameters:
  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

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

Returns:

user: USER1 | USER2 | USER3 | USER4 | PRNTi | SIRNti | RARNti | NONE | U1E | U2E | U3E | UE4 | CCNRti

set(user: EutraPdcchCfg, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:USER
driver.source.bb.eutra.downlink.subf.encc.pdcch.extc.item.user.set(user = enums.EutraPdcchCfg.CCRNti, 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.

Parameters:
  • user – USER1 | USER2 | USER3 | USER4 | PRNTi | SIRNti | RARNti | NONE | U1E | U2E | U3E | UE4 | CCNRti

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

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