Acad

SCPI Commands :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:APATtern
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:ASELection
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD
Commands in total: 3
Subgroups: 0
Direct child commands: 3
class ApatternStruct[source]

Structure for reading output parameters. Fields:

  • Dpattern: str: numeric

  • Bitcount: int: integer Range: 1 to 64

get_apattern() ApatternStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:APATtern
value: ApatternStruct = driver.source.bb.btooth.econfiguration.pconfiguration.acad.get_apattern()

Specifies user-defined pattern. The settings is relevant for method RsSmw.source.bb.btooth.econfiguration.pconfiguration.acad.value() PATTern

Returns:

structure: for return value, see the help for ApatternStruct structure arguments.

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