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