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:
User_Patt: str: No parameter help available
Bitcount: int: No parameter help available
- get() UserPattStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:USERpatt value: UserPattStruct = driver.source.bb.btooth.econfiguration.pconfiguration.userPatt.get()
No command help available
- 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)
No command help available
- param user_patt
No help available
- param bitcount
No help available