On Friday 12 August 2005 10:29 am, michelts wrote: > Do you have an example of using gwave with gnucap? Is there a > quick way to do the thinks, maybe without creating temp > files, just using pipe with the output of one command to > another?
For now, it doesn't couple directly. I should fix that. The way I use it is with two lines...... First do whatever simulation, directing the output to a file: gnucap> ac 1 1meg dec 10 >results-file Then run gwave, detached: gnucap> !gwave results-file & _______________________________________________ Help-gnucap mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnucap
