Data
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) IdEutraDataSourceDlEmtc[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:DATA value: enums.IdEutraDataSourceDlEmtc = driver.source.bb.eutra.downlink.emtc.alloc.data.get(allocationNull = repcap.AllocationNull.Default)
Queries the data source or sets the data source for the following allocations:
PBCH if MIB is disabled
PDSCH SIB1-BR allocation
PDSCH allocations configured for P-RNTI or RA-RNTI.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
data_source: USER1 | USER2 | USER3 | USER4 | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE | MIB | PRNTi | RARNti | SIBBr
- set(data_source: IdEutraDataSourceDlEmtc, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:DATA driver.source.bb.eutra.downlink.emtc.alloc.data.set(data_source = enums.IdEutraDataSourceDlEmtc.DLISt, allocationNull = repcap.AllocationNull.Default)
Queries the data source or sets the data source for the following allocations:
PBCH if MIB is disabled
PDSCH SIB1-BR allocation
PDSCH allocations configured for P-RNTI or RA-RNTI.
- Parameters:
data_source – USER1 | USER2 | USER3 | USER4 | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | PATTern | DLISt | ZERO | ONE | MIB | PRNTi | RARNti | SIBBr
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)