oaOccTermConnectDef
模块: oapy._oa._design
导入: from oapy._oa import _design
概览
oaOccTermConnectDef 在 oapy 中可用,可通过 _design 模块访问。
本页汇总 oaOccTermConnectDef 当前在 oapy 中可用的 Python 接口。
详细说明
In the occurrence domain it is not possible directly create any connectDefs or assignments。 The occurrence domain versions of these classes are automatically created by OpenAccess as a reflection of objects created in the block or module domain。 For further information, see oaConnectDef (and its derived classes) and oaAssignmentDef in the block domain and oaModConnectDef (and its derived classes) and oaModAssignment in the module domain。
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.getTerm() |
方法说明
obj.getTerm()
绑定状态: 已绑定
Python 调用: obj.getTerm()
This function returns a pointer to the terminal associated with this connection definition。
Python 示例
from oapy._oa import _design
# assume obj is a oaOccTermConnectDef
obj.getTerm()