BssColor
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BSSColor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BSSColor value: int = driver.source.bb.wlnn.fblock.bssColor.get(frameBlock = repcap.FrameBlock.Default)
Sets the BSS color, an identifier of the basic service sets (BSS) field. This parameter helps to check if a detected frame is coming form an overlapping station.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
bss_color: integer Range: 0 to 63
- set(bss_color: int, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BSSColor driver.source.bb.wlnn.fblock.bssColor.set(bss_color = 1, frameBlock = repcap.FrameBlock.Default)
Sets the BSS color, an identifier of the basic service sets (BSS) field. This parameter helps to check if a detected frame is coming form an overlapping station.
- Parameters:
bss_color – integer Range: 0 to 63
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)