Indi
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:INDI
- class IndiCls[source]
Indi commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:INDI value: bool = driver.source.bb.eutra.downlink.user.asPy.downlink.indi.get(userIx = repcap.UserIx.Default)
Sets the new data indicator flag at the beginning of the sequence.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
starting_ndi: 1| ON| 0| OFF
- set(starting_ndi: bool, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:INDI driver.source.bb.eutra.downlink.user.asPy.downlink.indi.set(starting_ndi = False, userIx = repcap.UserIx.Default)
Sets the new data indicator flag at the beginning of the sequence.
- param starting_ndi
1| ON| 0| OFF
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)