Apattern

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:APATtern
class ApatternCls[source]

Apattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ApatternStruct[source]

Response structure. Fields:

  • Dpattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 64

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

Specifies user-defined pattern. The settings is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACADPATTern

return

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

set(dpattern: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACAD:APATtern
driver.source.bb.btooth.econfiguration.pconfiguration.acad.apattern.set(dpattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Specifies user-defined pattern. The settings is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:ACADPATTern

param dpattern

numeric

param bitcount

integer Range: 1 to 64