SsTime
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SSTime
- class SsTimeCls[source]
SsTime 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:SSTime value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.ssTime.get(frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if short slot time is supported.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
ss_time: 1| ON| 0| OFF
- set(ss_time: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SSTime driver.source.bb.wlnn.fblock.bfConfiguration.capability.ssTime.set(ss_time = False, frameBlock = repcap.FrameBlock.Default)
Informs the associated stations if short slot time is supported.
- param ss_time
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)