Data

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) EutraDataSourceDlNbiot[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:DATA
value: enums.EutraDataSourceDlNbiot = driver.source.bb.eutra.downlink.niot.alloc.data.get(allocationNull = repcap.AllocationNull.Default)

Queries the data source or sets the data source for NPDSCH 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 | SIB1nb | PRNTi | RARNti

set(data_source: EutraDataSourceDlNbiot, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:DATA
driver.source.bb.eutra.downlink.niot.alloc.data.set(data_source = enums.EutraDataSourceDlNbiot.DLISt, allocationNull = repcap.AllocationNull.Default)

Queries the data source or sets the data source for NPDSCH 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 | SIB1nb | PRNTi | RARNti

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)