
/***************************************************************************
*  This script runs transient for 100s, saves IC (Inital Conditions) 
*  and saves schematic file with new IC as rc_ic.nl5
*
*  To run the script:
*
*      drag and drop this file onto NL5 icon, 
*  or
*      open NL5
*      open script window (Tools/Script)
*      open script file script1.txt
*      run script
*  or
*      start NL5 from command line with "script5.txt" as a parameter	 
*
***************************************************************************/

open rc.nl5;              // Open schematic file "rc.nl5"
tran 0,100;		  // Run transient
saveic; 		  // Save IC
save rc_ic.nl5;  	  // Save schematic as rc_ic.nl5
