oaNetTermPair
模块: oapy._oa._design
导入: from oapy._oa import _design
概览
oaNetTermPair 在 oapy 中可用,可通过 _design 模块访问。
本页汇总 oaNetTermPair 当前在 oapy 中可用的 Python 接口。
详细说明
template
构造函数
_design.oaNetTermPair()
obj = _design.oaNetTermPair()
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.getNet() |
| ✅ | obj.getTerm() |
| ✅ | obj.getTerm() |
| ✅ | obj.setNet(netIn) |
| ✅ | obj.setTerm(termIn) |
| ✅ | obj.getNumBits() |
| ✅ | obj.isMultiBit() |
| ✅ | obj.operator==(val) |
| ✅ | obj.operator!=(val) |
方法说明
obj.getNet()
绑定状态: 已绑定
Python 调用: obj.getNet()
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.getNet()
obj.getTerm()
绑定状态: 已绑定
Python 调用: obj.getTerm()
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.getTerm()
obj.getTerm()
绑定状态: 已绑定
Python 调用: obj.getTerm()
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.getTerm()
obj.setNet(netIn)
绑定状态: 已绑定
Python 调用: obj.setNet(netIn)
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.setNet(netIn)
obj.setTerm(termIn)
绑定状态: 已绑定
Python 调用: obj.setTerm(termIn)
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.setTerm(termIn)
obj.getNumBits()
绑定状态: 已绑定
Python 调用: obj.getNumBits()
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.getNumBits()
obj.isMultiBit()
绑定状态: 已绑定
Python 调用: obj.isMultiBit()
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.isMultiBit()
obj.operator==(val)
绑定状态: 已绑定
Python 调用: obj.operator==(val)
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.operator==(val)
obj.operator!=(val)
绑定状态: 已绑定
Python 调用: obj.operator!=(val)
Python 示例
from oapy._oa import _design
# assume obj is a oaNetTermPair
obj.operator!=(val)