Ndind
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NDINd
- class NdindCls[source]
Ndind commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NDINd value: bool = driver.source.bb.eutra.downlink.niot.dci.alloc.ndind.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field new data indicator.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
new_data_ind: 1| ON| 0| OFF
- set(new_data_ind: bool, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NDINd driver.source.bb.eutra.downlink.niot.dci.alloc.ndind.set(new_data_ind = False, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field new data indicator.
- param new_data_ind
1| ON| 0| OFF
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)