Ess
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:ESS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:ESS value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.ess.get(frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if the network is an ESS type network.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
cess: 1 | ON | 0| OFF
- set(cess: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:ESS driver.source.bb.wlnn.fblock.bfConfiguration.capability.ess.set(cess = False, frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if the network is an ESS type network.
- Parameters:
cess – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)