ansCdlPrintInstParams
ansCdlPrintInstParams(&_fpl_pairList)
Description
Customizes how instance parameters are written in the auCdl netlist.
Arguments
|
File handle used to write the string in the netlist using the |
|
|
List of property name and property value pairs that should be evaluated. |
Value Returned
Examples
procedure( ansCdlPrintInstParams(fp pairList) foreach( pair pairList artFprintf( fp "%s=%s " car(pair) artMakeString(cadr(pair)) )
))
Return to top