Bssid

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:BSSid
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:BSSid
value: str = driver.source.bb.wlnn.fblock.mac.bssid.get(frameBlock = repcap.FrameBlock.Default)

Sets the value of the basic service set identification (BSSID) field.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

bssid: integer

set(bssid: str, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:BSSid
driver.source.bb.wlnn.fblock.mac.bssid.set(bssid = rawAbc, frameBlock = repcap.FrameBlock.Default)

Sets the value of the basic service set identification (BSSID) field.

Parameters:
  • bssid – integer

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)