ansCdlPrintString
ansCdlPrintString(&_fpS_instS_masterS_parent)
Description
Prints comment strings in the device information for instances in the auCdl netlist. To print comment strings in the device information, you must also use the 'string argument in the auCdlInstPrintOrder variable defined in the .simrc file. For more information about the auCdlInstPrintOrder variable, see the Virtuoso ADE Explorer User Guide.
Arguments
Value Returned
Examples
procedure(ansCdlPrintString(fp inst master parent)
artFprintf(fp "*** CurrentInst = %s" inst~>name))
Return to top