Ndi
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TB2:NDI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) bool[source]
# [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TB2:NDI value: bool = driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.dciConf.tb2.ndi.get(subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Sets the DCI Format 2OW/3OW field New Data Indicator.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)
- Returns:
new_data_indicator: 1 | ON | 0| OFF
- set(new_data_indicator: bool, subframeNull=SubframeNull.Default, itemNull=ItemNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:DL:[SUBF<ST0>]:ENCC:PDCCh:EXTC:ITEM<CH0>:DCIConf:TB2:NDI driver.source.bb.oneweb.downlink.subf.encc.pdcch.extc.item.dciConf.tb2.ndi.set(new_data_indicator = False, subframeNull = repcap.SubframeNull.Default, itemNull = repcap.ItemNull.Default)
Sets the DCI Format 2OW/3OW field New Data Indicator.
- Parameters:
new_data_indicator – 1 | ON | 0| OFF
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
itemNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Item’)