Indi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:INDI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) bool[source]
# [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.

Parameters:

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

Returns:

starting_ndi: 1 | ON | 0| OFF

set(starting_ndi: bool, userIx=UserIx.Default) None[source]
# [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.

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

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