Oload
SCPI Command :
[SOURce<HW>]:BBIN:OLOad:STATe
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BBIN:OLOad:STATe value: bool = driver.source.bbin.oload.get_state()
Queries the current overflow state.
- Returns:
state: 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
oload_copy = driver.source.bbin.oload.clone()
Subgroups