Oload

SCPI Command :

[SOURce<HW>]:BBIN:OLOad:STATe
class OloadCls[source]

Oload commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:BBIN:OLOad:STATe
value: bool = driver.source.bbin.oload.get_state()

Queries the current overflow state.

return

state: 1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bbin.oload.clone()

Subgroups