Data

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:DATA
class DataCls[source]

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

get(indexNull=IndexNull.Default) RsSmbv.enums.DataSourceA[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:DATA
value: enums.DataSourceA = driver.source.bb.eutra.downlink.mbsfn.pmch.data.get(indexNull = repcap.IndexNull.Default)

Sets the data source for the selected PMCH/MTCH.

param indexNull

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

return

data_source: PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE

set(data_source: RsSmbv.enums.DataSourceA, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:DATA
driver.source.bb.eutra.downlink.mbsfn.pmch.data.set(data_source = enums.DataSourceA.DLISt, indexNull = repcap.IndexNull.Default)

Sets the data source for the selected PMCH/MTCH.

param data_source

PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE

param indexNull

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