State

SCPI Command:

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

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

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

Starts or terminates the adjustment of the reference frequency. A query returns the current state.

return:

state: OFF | PENDing | ON OFF No adjustment in progress PENDing State transition ongoing ON Adjustment in progress

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

Starts or terminates the adjustment of the reference frequency. A query returns the current state.

param control:

ON | OFF ON Starts the adjustment OFF Terminates the adjustment