State

SCPI Command :

SOURce:BASE:ADJustment:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() BaseAdjState[source]
# SCPI: SOURce:BASE:ADJustment:STATe
value: enums.BaseAdjState = driver.source.adjustment.state.get()

No command help available

return:

state: No help available

set(control: bool) None[source]
# SCPI: SOURce:BASE:ADJustment:STATe
driver.source.adjustment.state.set(control = False)

No command help available

param control:

No help available