首页 / design / oaOccBitTerm

oaOccBitTerm

模块: oapy._oa._design 导入: from oapy._oa import _design

概览

oaOccBitTermoapy 中可用,可通过 _design 模块访问。

本页汇总 oaOccBitTerm 当前在 oapy 中可用的 Python 接口。

详细说明

The oaOccBitTerm class is the base class for single-bit terminals that are part of the design's occurrence description。

方法总览

状态 Python 调用
obj.getConnectDef()

方法说明

obj.getConnectDef()

绑定状态: 已绑定

Python 调用: obj.getConnectDef()

This function returns the connection definition associated with this occurrence terminal。 It returns NULL if no connection definition has been set on this terminal。 The connection definition determines how to search up the instances in a hierarchy to find a default connection for this terminal。 See oaOccConnectDef for more details。

Python 示例

from oapy._oa import _design

# assume obj is a oaOccBitTerm
obj.getConnectDef()