Frequently, portions of circuit descriptions will be reused in several input
files, particularly with common models and subcircuits. Including a file is the
same as bringing the file’s text into the circuit file. Everything in the
included file is actually read in.
.INCLUDE < filename >
If the filename contains spaces must be delimited by quotation marks. If
filename do not specify a full path, the file is searched in the following
order:
As a file attachment within the current job.
In the folder that contains the current job.
In the folder USER/LIBRARY.
As a file attachment within the jobs in the folder USER/LIBRARY.
In the folder APP/LIBRARY.
As a file attachment within the jobs in the folder APP/LIBRARY.
In the folder APP/BIN.
As a file attachment within the jobs in the folder APP/BIN.
Within the current job. As a block of text defined by Directive
#BEGINDATA.
Within the jobs in the folder of the current job. As a block of text
defined by Directive #BEGINDATA.
Within the jobs in the folder USER/LIBRARY. As a block of text defined
by Directive #BEGINDATA.
Within the jobs in the folder APP/LIBRARY. As a block of text defined by
Directive #BEGINDATA.