Ndi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:SEQelem:NDI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:SEQelem:NDI
value: bool = driver.source.bb.eutra.downlink.user.asPy.uplink.cell.seqElem.ndi.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Enables the new data indicator flag.

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’)

Returns:

ulndi: 1 | ON | 0| OFF

set(ulndi: bool, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:SEQelem:NDI
driver.source.bb.eutra.downlink.user.asPy.uplink.cell.seqElem.ndi.set(ulndi = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Enables the new data indicator flag.

Parameters:
  • ulndi – 1 | ON | 0| OFF

  • 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’)