Skip to content

Telescope Class

azcam.console.tools.telescope.TelescopeConsole

Bases: ConsoleTools

Telescope tool for consoles. Usually implemented as the "telescope" tool.

get_focus(focus_id=0)

Get the current telescope focus position. Args: focus_id: focus sensor ID flag

set_focus(focus_value, focus_id=0, focus_type='absolute')

Set the telescope focus position. The focus value may be an absolute position or a relative step if supported by hardware. Args: focus_value: focus position focus_id: focus sensor ID flag focus_type: focus type (absolute or step)