Adjust

SCPI Commands :

[SOURce]:ROSCillator:[INTernal]:ADJust:VALue
[SOURce]:ROSCillator:[INTernal]:ADJust:[STATe]
class AdjustCls[source]

Adjust commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: [SOURce]:ROSCillator:[INTernal]:ADJust:[STATe]
value: bool = driver.source.roscillator.internal.adjust.get_state()

Determines whether the calibrated (off) or a user-defined (on) adjustment value is used for fine adjustment of the frequency.

return:

state: 0| 1| OFF| ON 0 Fine adjustment with the calibrated frequency value 1 User-defined adjustment value. The instrument is no longer in the calibrated state. The calibration value is, however, not changed. The instrument resumes the calibrated state if you send SOURce:ROSCillator:INTernal:ADJust:STATe 0.

get_value() int[source]
# SCPI: [SOURce]:ROSCillator:[INTernal]:ADJust:VALue
value: int = driver.source.roscillator.internal.adjust.get_value()

No command help available

return:

value: No help available

set_state(state: bool) None[source]
# SCPI: [SOURce]:ROSCillator:[INTernal]:ADJust:[STATe]
driver.source.roscillator.internal.adjust.set_state(state = False)

Determines whether the calibrated (off) or a user-defined (on) adjustment value is used for fine adjustment of the frequency.

param state:

0| 1| OFF| ON 0 Fine adjustment with the calibrated frequency value 1 User-defined adjustment value. The instrument is no longer in the calibrated state. The calibration value is, however, not changed. The instrument resumes the calibrated state if you send SOURce:ROSCillator:INTernal:ADJust:STATe 0.

set_value(value: int) None[source]
# SCPI: [SOURce]:ROSCillator:[INTernal]:ADJust:VALue
driver.source.roscillator.internal.adjust.set_value(value = 1)

No command help available

param value:

No help available