QsControl

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:QSControl
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:QSControl
value: str = driver.source.bb.wlnn.fblock.user.mac.qsControl.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value for the QoS control field.

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

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

Returns:

qs_control: integer Range: #H0000,16 to #HFFFF,16

set(qs_control: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:QSControl
driver.source.bb.wlnn.fblock.user.mac.qsControl.set(qs_control = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the value for the QoS control field.

Parameters:
  • qs_control – integer Range: #H0000,16 to #HFFFF,16

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
qsControl_copy = driver.source.bb.wlnn.fblock.user.mac.qsControl.clone()

Subgroups