Adjust
SCPI Commands :
[SOURce]:ROSCillator:[INTernal]:ADJust:VALue
[SOURce]:ROSCillator:[INTernal]:ADJust:[STATe]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_state() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF 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]
# [SOURce]:ROSCillator:[INTernal]:ADJust:VALue value: int = driver.source.roscillator.internal.adjust.get_value()
Specifies the frequency correction value (adjustment value) .
- Returns:
value: integer
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF 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]
# [SOURce]:ROSCillator:[INTernal]:ADJust:VALue driver.source.roscillator.internal.adjust.set_value(value = 1)
Specifies the frequency correction value (adjustment value) .
- Parameters:
value – integer