Errors specific to DPF-Post.
- exception ansys.dpf.post.errors.NodalLocationError(msg='The location must be nodal.')#
Provides the error to raise when a location that is set to nodal is invalid.
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ansys.dpf.post.errors.CoreVersionError(version=None, msg=None)#
Provides the error to raise when trying to consume a feature that is unavailable.
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ansys.dpf.post.errors.LabelSpaceError#
Provides the error to raise when trying to consume a feature that is unavailable.
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ansys.dpf.post.errors.PandasImportError(msg='To export to a pandas.DataFrame, please install pandas with :\n pip install pandas')#
Error raised when Pandas could not be imported while trying export to a DataFrame.
- msg#
exception message
- name#
module name
- path#
module path
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.