MC_ring_ts.sp, use setcf instead of set for setting source and output paths
This commit is contained in:
parent
fb46e25000
commit
e9e023480a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue