Data
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DATA
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmbv.enums.DataSourceA [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DATA value: enums.DataSourceA = driver.source.bb.eutra.downlink.user.data.get(userIx = repcap.UserIx.Default)
Selects the data source for the selected user configuration.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
data: PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE
- set(data: RsSmbv.enums.DataSourceA, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:DATA driver.source.bb.eutra.downlink.user.data.set(data = enums.DataSourceA.DLISt, userIx = repcap.UserIx.Default)
Selects the data source for the selected user configuration.
- param data
PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)