You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brian Taylor 09f070f582 Error handling improvements in cfunc.mod. Ensure that d_process.h wiil always respond to version and interface checks sent from sendheader. This is needed so that the pipe reads in sendheader do not cause Windows to hang when the interface version and in/out counts do not match. This hang was the cause of errors not being reported and the Windows gui hanging. Startup and header checks are now detected in cm_d_process, and the simulator will run but with runtime errors since a d_process model cannot be completely instantiated after initial errors. It would be good to find a means of gracefully halting the simulation run. 2 years ago
..
DC.12.qj1.ascii CIDER: Examples for 2D plotting with gnuplot 4 years ago
README CIDER: Examples for 2D plotting with gnuplot 4 years ago
TR.200.q2.ascii CIDER: Examples for 2D plotting with gnuplot 4 years ago
TR.300.d1.ascii CIDER: Examples for 2D plotting with gnuplot 4 years ago
clean.sh CIDER: Examples for 2D plotting with gnuplot 4 years ago
passq.cir CIDER: Examples for 2D plotting with gnuplot 4 years ago
passq1.cir CIDER: Examples for 2D plotting with gnuplot 4 years ago
winq.cir CIDER: Examples for 2D plotting with gnuplot 4 years ago
winq1.cir CIDER: Examples for 2D plotting with gnuplot 4 years ago

README


To run gnuplot xycontour tests.
-------------------------------

The gnuplot command in ngspice is:

gnuplot <file> xycontour <expr>

xycontour is a new flag. Only a single <expr> is allowed to be plotted
in a contour diagram. With <expr1> vs <expr2> only <expr1> is plotted.

ngspice passq.cir

This plots xy contour diagrams for 2d Cider save file data.
On visualc Windows in a cmd shell, run 'winq.cir'.

ngspice passq1.cir

This checks that gnuplot <file> xycontour <expr> works with 1d data.
The xycontour flag is just ignored.
On visualc Windows in a cmd shell, run 'winq1.cir'.