UserPatt

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:USERpatt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class UserPattStruct[source]

Response structure. Fields:

  • 1 User_Patt: str: No parameter help available

  • 2 Bitcount: int: No parameter help available

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

No help available

Returns:

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

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

No help available