next up previous contents
Next: Script file use Up: Suggested Practice Previous: Order of input records   Contents

File naming convention

The following convention is suggested only, it is not required.

Using the above approach, the contents of a .INP file could have this structure:

* file circuit.inp - 04/10/97 - mas

.TITLE Test circuit for CCICAP

.INC circuit.ctl * add the run control records.

.INC /ccicap/models/opamp.mdl * add required model

* from models directory.

.INC circuit.ckt * add the circuit description.

' and run ...

.go

.INC circuit.alt * alter the circuit and rerun.

.STOP

The above example could be run from the following command line if the output file was to go to the current directory:

$ ccicap circuit.inp circuit.out


next up previous contents
Next: Script file use Up: Suggested Practice Previous: Order of input records   Contents
Bob Smither 2008-11-19