Acad
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD
- class AcadCls[source]
Acad commands group definition. 3 total commands, 1 Subgroups, 2 group commands
- get_aselection() str [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection value: str = driver.source.bb.btooth.econfiguration.pconfiguration.acad.get_aselection()
Specifies data list file. The settings is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACADDLISt
- return
dselection: string Path and file name.
- get_value() RsSmbv.enums.DataSourceB [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD value: enums.DataSourceB = driver.source.bb.btooth.econfiguration.pconfiguration.acad.get_value()
Specifies the pattern source used for additional controller advertising data (ACAD) .
- 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:ACAD:APATtern 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 ACAD data list is used. The data list can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection
- set_aselection(dselection: str) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection driver.source.bb.btooth.econfiguration.pconfiguration.acad.set_aselection(dselection = 'abc')
Specifies data list file. The settings is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACADDLISt
- param dselection
string Path and file name.
- set_value(data: RsSmbv.enums.DataSourceB) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD driver.source.bb.btooth.econfiguration.pconfiguration.acad.set_value(data = enums.DataSourceB.ALL0)
Specifies the pattern source used for additional controller advertising data (ACAD) .
- 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:ACAD:APATtern 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 ACAD data list is used. The data list can be specified via: [:SOURcehw]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.econfiguration.pconfiguration.acad.clone()
Subgroups