nlIncludePspiceFile
nlIncludePspiceFile(o_formattert_fileNamet_masterName) => t / nil
Description
Prints the include statement for pspice cellviews in the design. This function is called before printing the footer for the netlist for all pspice modules. If your simulator does not support pspice views, call nlError function in this method.
Arguments
|
The file name in which the include statements should be printed. |
|
|
The master name of the model added through include statement. |
Value Returned
Examples
The following example prints the include statement for pspice cellviews in the TopCell.pspice file:
nlIncludePspiceFile(spectre_formatter "/home/TopCell.pspice" "TopCell_amplifier")
=> t
Return to top