Oind

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDCch:OIND
class OindCls[source]

Oind 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>:NPDCch:OIND
value: bool = driver.source.bb.eutra.downlink.niot.dci.alloc.npdcch.oind.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field NPDCCH order indicator.

param allocationNull

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

return

order_ind: 1| ON| 0| OFF

set(order_ind: bool, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDCch:OIND
driver.source.bb.eutra.downlink.niot.dci.alloc.npdcch.oind.set(order_ind = False, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field NPDCCH order indicator.

param order_ind

1| ON| 0| OFF

param allocationNull

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