VdPattern

SCPI Command :

[SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDPAttern
class VdPatternCls[source]

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

class VdPatternStruct[source]

Response structure. Fields:

  • Vd_Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 64

get() VdPatternStruct[source]
# SCPI: [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.

return

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

set(vd_pattern: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:DATA:VDPAttern
driver.source.bb.btooth.pconfiguration.data.vdPattern.set(vd_pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Sets the bit pattern for the voice data.

param vd_pattern

numeric

param bitcount

integer Range: 1 to 64