abqpy.run¶
Exceptions¶
Common base class for all non-exit exceptions. |
函数¶
|
在系统命令行窗口运行 Abaqus 命令。 |
模块内容¶
- exception AbaqusError[源代码]¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
Public Data Attributes:
Inherited from
BaseExceptionargsPublic 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_tracebackException.with_traceback(tb) -- set self.__traceback__ to tb and return self.
add_noteException.add_note(note) -- add a note to the exception