LfsWord
SCPI Command :
[SOURce<HW>]:BB:BTOoth:PCONfiguration:LFSWord
- class LfsWordCls[source]
LfsWord commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class LfsWordStruct[source]
Response structure. Fields:
Lap_For_Sw: str: numeric Range: #H000000 to #HFFFFFF
Bitcount: int: integer Range: 8 to 24
- get() LfsWordStruct [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:LFSWord value: LfsWordStruct = driver.source.bb.btooth.pconfiguration.lfsWord.get()
Sets the lower address part (LAP) of the sync word for FHS packets. The length of LAP is 24 bits or 6 hexadecimal figures.
- return
structure: for return value, see the help for LfsWordStruct structure arguments.
- set(lap_for_sw: str, bitcount: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PCONfiguration:LFSWord driver.source.bb.btooth.pconfiguration.lfsWord.set(lap_for_sw = rawAbc, bitcount = 1)
Sets the lower address part (LAP) of the sync word for FHS packets. The length of LAP is 24 bits or 6 hexadecimal figures.
- param lap_for_sw
numeric Range: #H000000 to #HFFFFFF
- param bitcount
integer Range: 8 to 24