errors.py: Errors

The various error messages used by the library

exception simba.errors.DimensionError[source]

Represents an error involving matrix dimensions.

exception simba.errors.CoefficientError[source]

Represents an error involving transfer function coefficients.

exception simba.errors.StateSpaceError[source]

Represents a miscellaneous error involving StateSpace.

exception simba.errors.ResultError[source]

Represents an error involving the result of some calculation.