
/***************************************************************************
*  This script runs transient and exports traces into csv text file
*
*  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 "script4.txt" as a parameter	 
*
***************************************************************************/


open rc.nl5;              // Open schematic file "rc.nl5"
tran;  			  // Run transient
export rc.csv; 		  // Export traces into the file

