Dci
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:AWARound
[SOURce<HW>]:BB:EUTRa:DL:EMTC:DCI:NALLoc
- Commands in total: 44Subgroups: 1Direct child commands: 2
- get_awa_round() bool[source]
# [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.
- Returns:
alloc_wrap_around: 1 | ON | 0| OFF
- get_nalloc() int[source]
# [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.
- Returns:
dci_number_alloc: integer Range: 0 to 400
- set_awa_round(alloc_wrap_around: bool) None[source]
# [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.
- Parameters:
alloc_wrap_around – 1 | ON | 0| OFF
- set_nalloc(dci_number_alloc: int) None[source]
# [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.
- Parameters:
dci_number_alloc – integer Range: 0 to 400
Cloning the Group
# Create a copy of the original group, that exists independently
dci_copy = 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