Skip to content

Tools Class

azcam.tools

azcam.tools contains the Tools base tool class.

Tools

Bases: object

Base class used by tools (controller, instrument, telescope, etc.).

__init__(tool_id, description=None)

Parameters:

Name Type Description Default
tool_id str

name used to reference the tool (controller, display, etc.)

required
description str | None

description of this tool

None

initialize()

Initialize the tool.

reset()

Reset the tool.