Dpattern
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern
- class DpatternCls[source]
Dpattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DpatternStruct[source]
Response structure. Fields:
Dpattern: str: numeric
Bitcount: int: integer Range: 1 to 64
- get() DpatternStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern value: DpatternStruct = driver.source.bb.btooth.econfiguration.pconfiguration.data.dpattern.get()
Specifies the user-defined pattern. The setting is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATAPATTern
- return
structure: for return value, see the help for DpatternStruct structure arguments.
- set(dpattern: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern driver.source.bb.btooth.econfiguration.pconfiguration.data.dpattern.set(dpattern = rawAbc, bitcount = 1)
Specifies the user-defined pattern. The setting is relevant for [:SOURce<hw>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATAPATTern
- param dpattern
numeric
- param bitcount
integer Range: 1 to 64