Data
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA
- class DataCls[source]
Data commands group definition. 3 total commands, 1 Subgroups, 2 group commands
- get_dselection() str [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection value: str = driver.source.bb.btooth.econfiguration.pconfiguration.data.get_dselection()
Specifies data list file. The setting is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATADLISt
- return
dselection: string
- get_value() RsSmbv.enums.DataSourceB [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA value: enums.DataSourceB = driver.source.bb.btooth.econfiguration.pconfiguration.data.get_value()
Selects the pattern source used for the payload.
- return
data: ALL0| ALL1| PATTern| PN09| PN11| PN15| PN16| PN20| PN21| PN23| DLISt ALL0 / ALL1 All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
- set_dselection(dselection: str) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection driver.source.bb.btooth.econfiguration.pconfiguration.data.set_dselection(dselection = 'abc')
Specifies data list file. The setting is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATADLISt
- param dselection
string
- set_value(data: RsSmbv.enums.DataSourceB) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA driver.source.bb.btooth.econfiguration.pconfiguration.data.set_value(data = enums.DataSourceB.ALL0)
Selects the pattern source used for the payload.
- param data
ALL0| ALL1| PATTern| PN09| PN11| PN15| PN16| PN20| PN21| PN23| DLISt ALL0 / ALL1 All 0 or all 1 pattern PATTern User-defined pattern. The pattern can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern PNxx Pseudo-random bit sequences (PRBS) of a length of xx bits. The length in bit can be 9, 11, 15, 16, 20, 21, or 23. DLISt Internal data list is used. The data list can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DSELection
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.econfiguration.pconfiguration.data.clone()
Subgroups