Nid
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID value: int = driver.source.bb.eutra.downlink.user.epdcch.cell.set.nid.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the identifier nEPDCCHID,m used to calculate the UE-specific scrambling sequence.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- Returns:
epdcch_id: integer Range: 0 to 503
- set(epdcch_id: int, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID driver.source.bb.eutra.downlink.user.epdcch.cell.set.nid.set(epdcch_id = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the identifier nEPDCCHID,m used to calculate the UE-specific scrambling sequence.
- Parameters:
epdcch_id – integer Range: 0 to 503
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)