2.22  INCLUDE command

2.22.1  Syntax

include filename

2.22.2  Purpose

Gets an existing circuit or model file, adds it to what is already in memory.

2.22.3  Comments

The first comment line of the file being read is the new title, and replaces the existing title.

Comments in the circuit file are stored, unless they start with *+ in which case they are thrown away.

`Dot cards' are interpreted the same as they would have been had the file been simply inserted in place. This means they are used as presets if this file is included from a “get”, or run if it is included from a “<”.

2.22.4  Examples

include npn.mod
Include the file npn.mod.