首页 / base / oaVhdlNS

oaVhdlNS

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

概览

oaVhdlNSoapy 中可用,可通过 _base 模块访问。

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

详细说明

The oaVhdlNS class implements the VHDL name space used in name mapping。 The VHDL name space reflects the rules for specifying legal names of objects using the VHDL93 standard。 In conjunction with the oaName object, the oaVHDLNS class facilitates name mapping between the VHDL name space and the native name space。 See the Name Mapping Section of the Programmers Guide for more information。 The VHDL name space supports names in the normal or escaped form, and contains reserved keywords。 VHDL normal names are case insensitive and VHDL escaped names are case sensitive。 This name space does not support stepped or bundled names。 See the VHDL Name Space Section of the Programmers Guide for a more detailed description of the characteristics of the VHDL name space。

构造函数

_base.oaVhdlNS()

obj = _base.oaVhdlNS()

_base.oaVhdlNS(ns)

obj = _base.oaVhdlNS(ns)

方法总览

状态 Python 调用
obj.operator=(ns)

方法说明

obj.operator=(ns)

绑定状态: 已绑定

Python 调用: obj.operator=(ns)

Python 示例

from oapy._oa import _base

# assume obj is a oaVhdlNS
obj.operator=(ns)