Data

SCPI Command :

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

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

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


    INTRO_CMD_HELP: 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.

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


    INTRO_CMD_HELP: 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.

    :param data_source: USER1| USER2| USER3| USER4| PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE| MIB| PRNTi| RARNti| SIBBr
    :param allocationNull: optional repeated capability selector. Default value: Nr0 (settable in the interface 'Alloc')