Scontrol

SCPI Command :

[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:STATe
class ScontrolCls[source]

Scontrol commands group definition. 5 total commands, 2 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:STATe
value: bool = driver.source.bb.wlad.pconfig.mac.scontrol.get_state()

Activates/deactivates the sequence control.

return

state: 1| ON| 0| OFF

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

Activates/deactivates the sequence control.

param state

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlad.pconfig.mac.scontrol.clone()

Subgroups