首页 / wafer / oaWaferObject

oaWaferObject

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

概览

oaWaferObjectoapy 中可用,可通过 _wafer 模块访问。

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

详细说明

This is the abstract base class for all managed objects that are specific to oaWafer databases。 There is a tree of classes derived from oaWaferObject。 For most of these classes, an oaWaferObject can be classified using its oaType value。 See oaObject::getType for more information。 Note that oaProp , oaGroup , and oaAppObject instances can be stored in an oaWafer even though they are not oaWaferObjects。 These classes may appear in every database, so they are classified only as oaObjects。

方法总览

状态 Python 调用
obj.getWafer()

方法说明

obj.getWafer()

绑定状态: 已绑定

Python 调用: obj.getWafer()

This function returns the wafer that contains the oaWaferObject。 This returns the same value as oaObject::getDatabase , but this is more convenient where the object is known to be an oaWaferObject。

Python 示例

from oapy._oa import _wafer

# assume obj is a oaWaferObject
obj.getWafer()