oaReservedViewType
模块: oapy._oa._dm
导入: from oapy._oa import _dm
概览
oaReservedViewType 在 oapy 中可用,可通过 _dm 模块访问。
本页汇总 oaReservedViewType 当前在 oapy 中可用的 Python 接口。
详细说明
The oaReservedViewType class is enum wrapper class that encapsulates oaReservedViewTypeEnum values。 See Enum Wrappers in the Programmers Guide for a discussion of enum wrappers。 enum oaReservedViewTypeEnum Enumeration values: oacMaskLayout "maskLayout" - used to open a design database oacSchematic "schematic" - used to open a design database oacSchematicSymbol "schematicSymbol" - used to open a design database oacNetlist "netlist" - used to open a design database oacWafer "wafer"- used to open a wafer database oacVerilogAMSText "verilogAMSText" - external viewType - no corresponding OpenAccess database representation oacVHDLAMSText "VHDLAMSText" - external viewType - no corresponding OpenAccess database representation oacVerilogText "verilogText" - external viewType - no corresponding OpenAccess database representation oacVHDLText "VHDLText" - external viewType - no corresponding OpenAccess database representation oacVerilogAText "verilogAText" - external viewType - no corresponding OpenAccess database representation oacHierDesign "oaHierDesign" - used to open a design database oacSystemVerilogText "systemVerilogText" - external viewType - no corresponding OpenAccess database representation oacSPECTREText "SPECTREText" - external viewType - no corresponding OpenAccess database representation oacSPICEText "SPICEText" - external viewType - no corresponding OpenAccess database representation oacHSPICEText "HSPICEText" - external viewType - no corresponding OpenAccess database representation oacCDLText "CDLText" - external viewType - no corresponding OpenAccess database representation。
构造函数
_dm.oaReservedViewType(valueIn)
obj = _dm.oaReservedViewType(valueIn)
_dm.oaReservedViewType(name)
obj = _dm.oaReservedViewType(name)
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.getName() |
方法说明
obj.getName()
绑定状态: 已绑定
Python 调用: obj.getName()
This function returns the name of the oaReservedViewTypeEnum value set on this oaReservedViewType wrapper object。
Python 示例
from oapy._oa import _dm
# assume obj is a oaReservedViewType
obj.getName()