Ssid
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SSID
- class SsidCls[source]
Ssid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SSID value: str = driver.source.bb.wlnn.fblock.bfConfiguration.ssid.get(frameBlock = repcap.FrameBlock.Default)
Specifies the desired SSID or the wildcard SSID.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
ssid: string Range: 0 char to 32 char
- set(ssid: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SSID driver.source.bb.wlnn.fblock.bfConfiguration.ssid.set(ssid = 'abc', frameBlock = repcap.FrameBlock.Default)
Specifies the desired SSID or the wildcard SSID.
- param ssid
string Range: 0 char to 32 char
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)