VdPattern
SCPI Command :
[SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDPAttern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class VdPatternStruct[source]
Response structure. Fields:
1 Vd_Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get() VdPatternStruct[source]
# [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDPAttern value: VdPatternStruct = driver.source.bb.btooth.pconfiguration.data.vdPattern.get()
Sets the bit pattern for the voice data.
- Returns:
structure: for return value, see the help for VdPatternStruct structure arguments.
- set(vd_pattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDPAttern driver.source.bb.btooth.pconfiguration.data.vdPattern.set(vd_pattern = rawAbc, bitcount = 1)
Sets the bit pattern for the voice data.
- Parameters:
vd_pattern – numeric
bitcount – integer Range: 1 to 64