Cadence Mixed-Signal Circuit Design Environment User Guide
Accessing Interface Elements
October 2003
223
Product Version 5.0
Input Arguments
Inout Arguments
Return Value
unused
Example
(defmethod nlPrintFlatIEInst ((formatter yourFormatter) inst)
(callNextMethod)
(yourDebugPrint inst)
)
Other Interface Element Data Access Program Interface
The following PI might be useful for formatting a hierarchical or flattened IE instance.
Note: For the following functions:
s
nlGetCdf
s
nlGetCellName
s
nlGetLibName
please refer to chapter 20 of Cadence® Analog Design Environment SKILL Language
Reference.
nlGetSimName
nlGetSimName(o_inst) => t_IE_Name
Description
Gets the name of the hierarchical IE in the simulator name space.
o_formatter
The formatter object.
o_inst
The flatten IE object (nlFlattenIEInstance).
Summary :
Cadence Mixed-Signal Circuit Design Environment User Guide Accessing Interface Elements October 2003 223 Product Version 5.0 Input Arguments Inout Arguments Return Value unused Example (defmethod nlPrintFlatIEInst ((formatter yourFormatter) inst) (callNextMethod) (yourDebugPrint inst) ) Other Interface Element Data Access Program Interface The following PI might be useful for formatting a hierarchical or flattened IE instance.
Tags :
interface,arguments,object,following,cadence,inst,design,name,enironment,hierarchical,formatter,skill,chapter