Tel State Device

SKATelState.

A generic base device for Telescope State for SKA.

class ska_tango_base.tel_state_device.SKATelState(*args: Any, **kwargs: Any)[source]

A generic base device for Telescope State for SKA.

always_executed_hook()[source]

Perform actions that are executed before every device command.

This is a Tango hook.

delete_device()[source]

Clean up any resources prior to device deletion.

This method is a Tango hook that is called by the device destructor and by the device Init command. It allows for any memory or other resources allocated in the init_device method to be released prior to device deletion.

ska_tango_base.tel_state_device.main(args=None, **kwargs)[source]

Launch an SKATelState device.