Sa

SCPI Command :

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

Sets the value of the source address (SA) field.

Parameters:

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

Returns:

sa: integer

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

Sets the value of the source address (SA) field.

Parameters:
  • sa – integer

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