首页 / design / oaOccAssignValue

oaOccAssignValue

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

概览

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

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

详细说明

The oaOccAssignValue class implements a connection assignment that specifies the name of the net to use in place of the name of the net associated with the corresponding oaOccNetConnectDef object the name of the net to use to externally connect to the terminal associated with the corresponding oaOccTermConnectDef object。

方法总览

状态 Python 调用
obj.getValue(netName)

方法说明

obj.getValue(netName)

绑定状态: 已绑定

Python 调用: obj.getValue(netName)

This function returns the netName of this oaOccAssignValue object。 This netName specifies the name of a single-bit net to use to in resolving the connections associated with a corresponding oaOccConnectDef object in the design hierarchy。

Python 示例

from oapy._oa import _design

# assume obj is a oaOccAssignValue
obj.getValue(netName)