DiInfo
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:DIINfo
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:DIINfo value: int = driver.source.bb.eutra.downlink.emtc.dci.alloc.diInfo.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field direct indication information.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
dci_di_info: integer Range: 0 to 255
- set(dci_di_info: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:ALLoc<CH0>:DIINfo driver.source.bb.eutra.downlink.emtc.dci.alloc.diInfo.set(dci_di_info = 1, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field direct indication information.
- Parameters:
dci_di_info – integer Range: 0 to 255
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)