LfsWord
SCPI Command :
[SOURce<HW>]:BB:BTOoth:PCONfiguration:LFSWord
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class LfsWordStruct[source]
Response structure. Fields:
1 Lap_For_Sw: str: numeric Range: #H000000 to #HFFFFFF
2 Bitcount: int: integer Range: 8 to 24
- get() LfsWordStruct[source]
# [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.
- Returns:
structure: for return value, see the help for LfsWordStruct structure arguments.
- set(lap_for_sw: str, bitcount: int) None[source]
# [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.
- Parameters:
lap_for_sw – numeric Range: #H000000 to #HFFFFFF
bitcount – integer Range: 8 to 24