Dci
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:AWARound
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:NALLoc
- class DciCls[source]
Dci commands group definition. 44 total commands, 1 Subgroups, 2 group commands
- get_awa_round() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:AWARound value: bool = driver.source.bb.eutra.downlink.emtc.dci.get_awa_round()
If enabled, the PDSCH allocations are relocated at the beginning of the ARB sequence to ensure a consistent signal.
- return
alloc_wrap_around: 1| ON| 0| OFF
- get_nalloc() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:NALLoc value: int = driver.source.bb.eutra.downlink.emtc.dci.get_nalloc()
Sets the number of configurable DCIs.
- return
dci_number_alloc: integer Range: 0 to 400
- set_awa_round(alloc_wrap_around: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:AWARound driver.source.bb.eutra.downlink.emtc.dci.set_awa_round(alloc_wrap_around = False)
If enabled, the PDSCH allocations are relocated at the beginning of the ARB sequence to ensure a consistent signal.
- param alloc_wrap_around
1| ON| 0| OFF
- set_nalloc(dci_number_alloc: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:NALLoc driver.source.bb.eutra.downlink.emtc.dci.set_nalloc(dci_number_alloc = 1)
Sets the number of configurable DCIs.
- param dci_number_alloc
integer Range: 0 to 400
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.emtc.dci.clone()
Subgroups
- Alloc<AllocationNull>
- Apsi
- Bits
- Cces
- Conflict
- CsiRequest
- DaIndex
- DiInfo
- Fmt
- Harq
- HresOffset
- Idcce
- Mcs
- Mpdcchset
- Ndcces
- Ndind
- Nrep
- Pagng
- Pdcch
- PdsHopping
- PfrHopp
- PmiConfirm
- PraMask
- PraPreamble
- PraStart
- Rba
- Rbaf
- Repmpdcch
- Reppdsch
- Rver
- SfrNumber
- SrsRequest
- Ssp
- Strv
- StsFrame
- Tbs
- Tcmd
- TpcPusch
- Tpmprec
- UeId
- UeMode
- UlIndex
- User