Scontrol
SCPI Command :
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:STATe
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:STATe value: bool = driver.source.bb.wlad.pconfig.mac.scontrol.get_state()
Activates/deactivates the sequence control.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:STATe driver.source.bb.wlad.pconfig.mac.scontrol.set_state(state = False)
Activates/deactivates the sequence control.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
scontrol_copy = driver.source.bb.wlad.pconfig.mac.scontrol.clone()
Subgroups