oaNativeNS
模块: oapy._oa._base
导入: from oapy._oa import _base
概览
oaNativeNS 在 oapy 中可用,可通过 _base 模块访问。
本页汇总 oaNativeNS 当前在 oapy 中可用的 Python 接口。
详细说明
The oaNativeNS class implements the OpenAccess name space used in name mapping。 In conjunction with the oaName object, the oaNativeNS class facilitates mapping names to and from OpenAccess。 The OpenAccess name space is case sensitive and supports vectored, stepped, hierarchical, and bundled names。 There are no keywords in the Native name space。 See the Name Mapping Section of the Programmer's Guide for more information。 Functions for oaNativeNS for not used by normal application code。 The functions are only used by the name mapping code and can be used as an example for developers creating their own name space。 See the Deriving Your Own Name Space Section of the Programmer's Guide for more details。
构造函数
_base.oaNativeNS()
obj = _base.oaNativeNS()
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.isEqual(n1, n2) |
| ✅ | obj.getType(in) |
方法说明
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified simple names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified bundle names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified vector bit names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified vector names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.isEqual(n1, n2)
绑定状态: 已绑定
Python 调用: obj.isEqual(n1, n2)
This function returns a boolean value that indicates if the two specified scalar names are equal in this nameSpace。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.isEqual(n1, n2)
obj.getType(in)
绑定状态: 已绑定
Python 调用: obj.getType(in)
This function returns the type of name represented by the specified string in this nameSpace。 This function does not indicate whether the name is valid。 实现 oaNameSpace。
Python 示例
from oapy._oa import _base
# assume obj is a oaNativeNS
obj.getType(in)