* OPTIONS file for use with the book:
* by R. Ramshaw
* For use with "PSpice Simulation of Power-Electronics Circuits"
* published by Chapman & Hall, (c) 1997
* 
* This file is provided strictly "AS-IS" for use with the above book
* and is intended solely for exercises and not for design.
* The authors and Chapman & Hall specifically disclaim all warranties,
* express or implied including, but not limited to, implied warranties
* of merchantability and fitness for a particular purpose.
*
* Do not rent, lease, sell or publish this material in whole or in
* part without the express permission of the authors and Chapman & Hall.
*
* PSpice is a registered trademark of MicroSim Corporation.

.OPTIONS RELTOL=0.01  ; General convergence aid (Relative Tolerance).
.OPTIONS ABSTOL=1nA   ; General convergence aid (Current tolerance).
.OPTIONS VNTOL=1mV    ; General convergence aid (Voltage tolerance).
.OPTIONS ITL1=500     ; To aid dc bias analysis convergence.
.OPTIONS ITL2=200     ; To aid dc sweep convergence
.OPTIONS ITL4=40      ; To aid transient analysis convergence.
.OPTIONS GMIN=1E-10   ; General convergence aid (minimum conductance).
.OPTIONS ACCT         ; Print run summary at end of analysis

