Dpattern
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:DATA:DPATtern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class DpatternStruct[source]
Response structure. Fields:
1 Dpattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get() DpatternStruct[source]
# [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 method
RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.value()PATTern- Returns:
structure: for return value, see the help for DpatternStruct structure arguments.
- set(dpattern: str, bitcount: int) None[source]
# [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 method
RsSmbv.source.bb.btooth.econfiguration.pconfiguration.data.value()PATTern- Parameters:
dpattern – numeric
bitcount – integer Range: 1 to 64