---------------------------------------------------------------------------------------
And this is the command prompt io:
---------------------------------------------------------------------------------------
[rob@localhost gnucap examples]$ gnucap opamp-vf.ckt
Gnucap 0.35
The Gnu Circuit Analysis Package
Never trust any version less than 1.0
Copyright 1982-2006, Albert Davis
Gnucap comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome
to redistribute it under certain conditions
according to the GNU General Public License.
See the file "COPYING" for details.
2 stage op-amp, conected as voltage follower 02/16/88
gnucap> quit
[rob@localhost gnucap examples]$ gnuplot
G N U P L O T
Version 4.0 patchlevel 0
last modified Thu Apr 15 14:44:22 CEST 2004
System: Linux 2.6.23.14-64.fc7
Copyright (C) 1986 - 1993, 1998, 2004
Thomas Williams, Colin Kelley and many others
This is gnuplot version 4.0. Please refer to the documentation
for command syntax changes. The old syntax will be accepted
throughout the 4.0 series, but all save files use the new syntax.
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/ Send comments and requests for help to
<
gnuplot-info@xxxxxxxxxxxxxxxxxxxxx>
Send bugs, suggestions and mods to
<
gnuplot-bugs@xxxxxxxxxxxxxxxxxxxxx>
Terminal type set to 'x11'
gnuplot> set style data lines
gnuplot> plot 'opamp-vf.dat' using 1:2
^
no data point found in specified file
gnuplot>
---------------------------------------------------------------------------------------
Why does the output to the gnuplot say "no data point found in spicified file"? Should the data file have something when I open it in a text editor? If so, why doesn't it?
Thanks!