Qos

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:QOS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:QOS
value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.qos.get(frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if quality of service (QoS) is supported.

Parameters:

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

Returns:

qos: 1 | ON | 0| OFF

set(qos: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:QOS
driver.source.bb.wlnn.fblock.bfConfiguration.capability.qos.set(qos = False, frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if quality of service (QoS) is supported.

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

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