pytac.exceptions#

Module containing all the exceptions used in pytac.

Members

ControlSystemException

Exception associated with control system misconfiguration.

DataSourceException

Exception associated with Device misconfiguration or invalid requests to a data source.

FieldException

Exception associated with invalid field requests.

HandleException

Exception associated with requests with invalid handles.

UnitsException

Conversion not understood.

exception pytac.exceptions.FieldException[source]#

Exception associated with invalid field requests.

exception pytac.exceptions.HandleException[source]#

Exception associated with requests with invalid handles.

exception pytac.exceptions.DataSourceException[source]#

Exception associated with Device misconfiguration or invalid requests to a data source.

exception pytac.exceptions.UnitsException[source]#

Conversion not understood.

exception pytac.exceptions.ControlSystemException[source]#

Exception associated with control system misconfiguration.