abqpy.run¶
异常¶
所有非退出异常的共同基类。 |
函数¶
|
在系统命令行窗口运行 Abaqus 命令。 |
模块内容¶
- exception AbaqusError[源代码]¶
基类:
Exception所有非退出异常的共同基类。
公共属性:
Inherited from
BaseExceptionargs公开方法:
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) - 在异常中添加一个注释