MC_ring_ts.sp, use setcf instead of set for setting source and output paths

This commit is contained in:
h_vogt 2017-03-04 16:16:49 +01:00 committed by rlar
parent fb46e25000
commit e9e023480a
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@ begin
echo source the input file
* Path of your circuit file and library file here
set sourcepath = ( D:\Spice_general\ngspice\examples\Monte_Carlo )
setcf sourcepath = ( D:\Spice_general\ngspice\examples\Monte_Carlo )
* source with file name of your circuit file
source mc_ring_circ.net
save buf $ we just need buf, save memory by more than 10x
* Output path (directory has already to be there)
set outputpath = 'D:\Spice_general\ngspice\examples\Monte_Carlo\out'
setcf outputpath = 'D:\Spice_general\ngspice\examples\Monte_Carlo\out'
* run the simulation loop