Ndi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB2:NDI
class NdiCls[source]

Ndi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default, cellNull=CellNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SEQelem:TB2:NDI
value: bool = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.seqElem.tb2.ndi.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Enables the new data indicator flag.

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

dl_ndi: No help available

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

Enables the new data indicator flag.

param dl_ndi

1| ON| 0| OFF

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)