Ssid
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SSID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) str[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
ssid: string Range: 0 char to 32 char
- set(ssid: str, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
ssid – string Range: 0 char to 32 char
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)