BssColor
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BSSColor
- class BssColorCls[source]
BssColor commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) int [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
bss_color: integer Range: 0 to 63
- set(bss_color: int, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param bss_color
integer Range: 0 to 63
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)