The errors.py module#

Summary#

VersionError

Provides the error raised when the kwserver is invalid.

PydynaRuntimeError

Provides the error raised when PyDYNA passes an error.

PydynaInvalidRoutineError

Provides the error raised when MAPDL is in the wrong routine.

LockFileException

Provides the error raised when the lockfile has not been removed.

KwserverDidNotStart

Provides the error raised when the kwserver process does not start.

Description#

Module containing PyDYNA-specific errors.

Module detail#

errors.SIGINT_TRACKER = []#
errors.LOCKFILE_MSG = Multiline-String#
Show Value
"""
Either another Ansys job with the same job name is already running in this
directory or the lock file has not been deleted from an abnormally
terminated Ansys run.

Disable this check by passing ``override=True``

"""