missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-wcalc_stdio_mp.html
blobd2931891e8c679cde0bba1ca3e2970b3d3423639
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <h1 class="sectionedit1" id="stdio_wcalc_man-page">stdio Wcalc man-page</h1>
14 <div class="level1">
15 <pre class="code">STDIO-WCALC(1) STDIO-WCALC(1)
19 NAME
20 stdio-wcalc - Transmission line analysis/synthesis calculator.
23 SYNOPSIS
24 stdio-wcalc [ -v|--verbose ] [ file ... ]
25 stdio-wcalc [ -h|--help ]
26 stdio-wcalc [ -V|--version ]
29 DESCRIPTION
30 The stdio-wcalc program is a simple standard input/output interface to
31 libwcalc which is the numerical engine for the wcalc program. The
32 input is read from the standard input on a line at a time basis. Each
33 line consists of a command followed by the numerical arguments.
35 The analysis and synthesis functions supported by stdio-wcalc are the
36 same as those in the scilab, octave, and matlab frontends to wcalc.
37 Please refer to the man pages listed at the end of this man page for
38 details on each of the supported functions. The syntax used by
39 stdio-wcalc is slightly different than scilab/octave/matlab. Instead
40 of [a,b,c] = somefn(x,y,z) as you would use in scilab, octave, or mat-
41 lab, you simply enter somefn x y z as the input line to stdio-wcalc and
42 the standard output will be a b c
44 In addition to the analysis and synthesis functions, stdio-wcalc sup-
45 ports the &quot;version&quot; command which returns the current version of the
46 program.
49 SEE ALSO
50 wcalc(1), air_coil_calc(n), air_coil_syn(n), coax_calc(n), coax_syn(n),
51 coupled_microstrip_calc(n), coupled_microstrip_syn(n),
52 ic_microstrip_calc(n), ic_microstrip_syn(n), microstrip_calc(n),
53 microstrip_syn(n), stripline_calc(n), stripline_syn(n)
56 AUTHORS
57 Wcalc was written by Dan McMahill &lt;mcmahill@alum.mit.edu&gt;
60 BUGS
61 Please report any on the Wcalc Sourceforge project website at
62 http://wcalc.sf.net
69 STDIO-WCALC(1)</pre>
71 </div>
72 </body>
73 </html>