Custom Search

Wednesday, July 16, 2008

The format for a circuit file in PSPICE

The Format for a Circuit File is as follows:
Title
Circuit description
Analysis description
Output description
.End
Note:
1. First line is the title line, always in the first line only& it may be contain any type of text
2. Last line must be the .End command and it always in the last line only.
3. The order of remaining three lines is not important in sequence &does not affect the O/P results of Simulation.
4. In a statement if more than one line, the statement can be continue on the next line,
a continuation line is identified by a(+)sign in the first column of the next line.
The continuation line must follow one another in the proper order.
5. P Spice comments or statements can be in either upper case or lower case.
6. In P Spice the symbols are represented with out subscripts Ex:-Vs =VS , Is =IS , R1 =R1 ,

No comments: