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