Cpollable
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:CPOLlable
- class CpollableCls[source]
Cpollable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:CPOLlable value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.cpollable.get(frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if contention free is pollable.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
cc_pollable: 1| ON| 0| OFF
- set(cc_pollable: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:CPOLlable driver.source.bb.wlnn.fblock.bfConfiguration.capability.cpollable.set(cc_pollable = False, frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if contention free is pollable.
- param cc_pollable
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)