Data

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:DATA
class DataCls[source]

Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraDataSourceDlNbiot[source]
# SCPI: [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.

param allocationNull

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

return

data_source: USER1| USER2| USER3| USER4| PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE| MIB| SIB1nb| PRNTi| RARNti

set(data_source: RsSmbv.enums.EutraDataSourceDlNbiot, allocationNull=AllocationNull.Default) None[source]
# SCPI: [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.

param data_source

USER1| USER2| USER3| USER4| PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE| MIB| SIB1nb| PRNTi| RARNti

param allocationNull

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