| SPICE Tutorials online |
You can find some information about input files and Spice commands
here:
|
| Examples of input files | ||
| Circuit with DC Analysis
The simulated circuit:
The Spice input file that describes this circuit: click
here to download this file
Circuit for DC analysis * Voltage sources Vds 1 0 DC +10V Vgs 2 0 DC +3V * Model description
* Transistor
* Analysis request
*End of the program
Circuit with transient analysis The simulated circuit:
The Spice input file that describes this circuit: click
here to download this file
Circuit for transient analysis R1 1 2 1k R2 2 0 2k C1 2 0 20p Vin 1 0 DC PULSE (-3 6 +10n 10n 10n 100n 200n) .TRAN 1n 600n .PLOT TRAN V(1) V(2) .End
|