abqpy.run¶
Exceptions¶
Common base class for all non-exit exceptions. |
函数¶
|
在系统命令行窗口运行 Abaqus 命令。 |
模块内容¶
- exception AbaqusError[源代码]¶
Bases:
Exception
Common base class for all non-exit exceptions.
Public Data Attributes:
Inherited from
BaseException
args
Public Methods:
Inherited from
Exception
__init__
(*args, **kwargs)Inherited from
BaseException
__repr__
()Return repr(self).
__str__
()Return str(self).
__getattribute__
(name, /)Return getattr(self, name).
__setattr__
(name, value, /)Implement setattr(self, name, value).
__delattr__
(name, /)Implement delattr(self, name).
__init__
(*args, **kwargs)__reduce__
Helper for pickle.
__setstate__
with_traceback
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
add_note
Exception.add_note(note) -- add a note to the exception