QsControl

SCPI Commands :

[SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl:STATe
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_state() bool[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl:STATe
value: bool = driver.source.bb.wlad.pconfig.mac.qsControl.get_state()

Enables/disables the QoS control.

Returns:

state: 1 | ON | 0| OFF

get_value() str[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl
value: str = driver.source.bb.wlad.pconfig.mac.qsControl.get_value()

Sets the value for the QoS control field.

Returns:

qs_control: 16 bits

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl:STATe
driver.source.bb.wlad.pconfig.mac.qsControl.set_state(state = False)

Enables/disables the QoS control.

Parameters:

state – 1 | ON | 0| OFF

set_value(qs_control: str) None[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:QSControl
driver.source.bb.wlad.pconfig.mac.qsControl.set_value(qs_control = rawAbc)

Sets the value for the QoS control field.

Parameters:

qs_control – 16 bits