Acad

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_aselection() str[source]
# [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 method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.value() DLISt

Returns:

dselection: string Path and file name.

get_value() DataSourceB[source]
# [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) .

Returns:

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: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.apattern.set() 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: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.aselection()

set_aselection(dselection: str) None[source]
# [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 method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.value() DLISt

Parameters:

dselection – string Path and file name.

set_value(data: DataSourceB) None[source]
# [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) .

Parameters:

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: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.apattern.set() 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: method RsSmbv.source.bb.btooth.econfiguration.pconfiguration.acad.aselection()

Cloning the Group

# Create a copy of the original group, that exists independently
acad_copy = driver.source.bb.btooth.econfiguration.pconfiguration.acad.clone()

Subgroups