UserPatt

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:USERpatt
class UserPattCls[source]

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

class UserPattStruct[source]

Response structure. Fields:

  • 1 User_Patt: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 32

get() UserPattStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:USERpatt
value: UserPattStruct = driver.source.bb.btooth.econfiguration.pconfiguration.userPatt.get()

Sets a user-defined pattern of the 32-bit Sync Word. Using this Sync Word requires the following setting: SOURce1:BB:BTOoth:ECONfiguration:PCONfiguration:SYNCword UPAT

return:

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

set(user_patt: str, bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:USERpatt
driver.source.bb.btooth.econfiguration.pconfiguration.userPatt.set(user_patt = rawAbc, bitcount = 1)

Sets a user-defined pattern of the 32-bit Sync Word. Using this Sync Word requires the following setting: SOURce1:BB:BTOoth:ECONfiguration:PCONfiguration:SYNCword UPAT

param user_patt:

numeric

param bitcount:

integer Range: 1 to 32