Data
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:DSELection
[SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDSElection
[SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA
- class DataCls[source]
Data commands group definition. 5 total commands, 2 Subgroups, 3 group commands
- get_dselection() str [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:DSELection value: str = driver.source.bb.btooth.pconfiguration.data.get_dselection()
The command selects data list file.
- return
dselection: string
- get_value() RsSmbv.enums.DataSourceB [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA value: enums.DataSourceB = driver.source.bb.btooth.pconfiguration.data.get_value()
Selects the data source used for the payload.
- return
data: ALL0| ALL1| PATTern| PN09| PN11| PN15| PN16| PN20| PN21| PN23| DLISt
- get_vd_selection() str [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDSElection value: str = driver.source.bb.btooth.pconfiguration.data.get_vd_selection()
Selects the data list for voice data.
- return
vd_selection: string
- set_dselection(dselection: str) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:DSELection driver.source.bb.btooth.pconfiguration.data.set_dselection(dselection = 'abc')
The command selects data list file.
- param dselection
string
- set_value(data: RsSmbv.enums.DataSourceB) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA driver.source.bb.btooth.pconfiguration.data.set_value(data = enums.DataSourceB.ALL0)
Selects the data source used for the payload.
- param data
ALL0| ALL1| PATTern| PN09| PN11| PN15| PN16| PN20| PN21| PN23| DLISt
- set_vd_selection(vd_selection: str) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDSElection driver.source.bb.btooth.pconfiguration.data.set_vd_selection(vd_selection = 'abc')
Selects the data list for voice data.
- param vd_selection
string
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.pconfiguration.data.clone()
Subgroups