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