diff options
author | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:47:39 +0000 |
commit | 1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (patch) | |
tree | 9272b7d09aad70c4eb3fc070bc4f4d3ebc8e5754 /cad/gwave/DESCR | |
parent | 12b93642c9daf031b8f20f51ed2a9a139529d6ef (diff) | |
download | pkgsrc-1b9f41a39161bad144fdeb94a0e51fa8ba7c309a.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'cad/gwave/DESCR')
-rw-r--r-- | cad/gwave/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/gwave/DESCR b/cad/gwave/DESCR new file mode 100644 index 00000000000..cd7f3fb1cad --- /dev/null +++ b/cad/gwave/DESCR @@ -0,0 +1,17 @@ +Gwave is a viewer for spice-like simulator output and other analog data + +Gwave can read several file formats. It attempts to guess file formats +based on filename, and then tries all file formats until one succedes. +These file formats are known: + +CAzM transient output (*.[BNW]) +HSPICE binary and ascii formats (*.tr0, *.sw0, *.ac0) +Spice2 and Spice3 "raw" output (*.raw) +An ascii format with whitespace-seperated columns and column headings, +such as that produced by ACS (Al's circuit simulator). (*.acs, *.asc, *.ascii) + +The "Export Postscript" and "Export PNM" options on the main File menu +provide the rudiments of output for inclusion in other +documentation. They and simply write out files called gwave_out.ps and +gwave_out.pnm into the current directory. In the future, a dialog box +will allow configuring the print and export output. |