SsTime

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:SSTime
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [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.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

ss_time: 1 | ON | 0| OFF

set(ss_time: bool, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • ss_time – 1 | ON | 0| OFF

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)