mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
ebb1298b2d
- Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES PR: ports/168592 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
20 lines
844 B
Plaintext
20 lines
844 B
Plaintext
Gwave is a waveform viewer. Its purpose is for viewing analog data,
|
|
such as the output from Spice-like simulations.
|
|
|
|
Gwave can read binary or ascii files written by HSpice from transient,
|
|
AC, or Sweep analyses, "raw" files written by Spice2, Spice3, or
|
|
ngspice, and transient analysis files from the CAzM simulator. It can
|
|
also read a generic tabular ASCII format suitable for use with ACS or
|
|
homegrown tools.
|
|
|
|
It supports multiple "panels" (graticlules) with multiple variables
|
|
displayed in each. Two vertical-bar cursors are available for
|
|
time-difference measurements. Multiple files can be loaded, for
|
|
comparing the results of several simulations.
|
|
|
|
Much of Gwave's user interface is written in the Guile extension
|
|
language and is therefore easily extensible for custom applications
|
|
without recompilation.
|
|
|
|
WWW: http://gwave.sourceforge.net/
|