missing NULL terminator in set_config_x
[geda-gaf.git] / contrib / scripts / sw2asc.1.in
blobab7f2bca84084ca8698a7df61e9bd2ec363aeab5
1 .TH sw2asc 1 "@DATE@" "gEDA Project" @VERSION@
3 .SH NAME
4 .B sw2asc
5 \- converts a SWITCAP2 output file into ASCII data files that other tools can read
7 .SH SYNOPSIS
8 .B sw2asc \-c\||\-\-copyright
10 .B sw2asc \-h\||\-\-help
12 .B sw2asc \-V\||\-\-version
14 .B sw2asc
15 .I switcap.out
17 .SH DESCRIPTION
19 The
20 .I sw2asc
21 program reads the switcap.out output file produced by SWITCAP2 and produces
22 a set of ASCII datafiles which can be more easily loaded into various waveform
23 plotting programs. 
25 Data generated by SWITCAP2 "PRINT" statements is;
26 extracted and written to an output file in an ASCII format which can be
27 directly loaded by the 
28 .I gwave
29 waveform viewer or more easily loaded into
30 a tool such as 
31 .I scilab
33 .I octave
35 .I grace,
36 , or 
37 .I matlab
40 If multiple analyses are in the SWITCAP2 output file, then they are written
41 to individual files.  The output file names are derived from the input
42 file name by appending ".{SSS,TRAN}.#.asc"" to the name of the input file.
43 SSS is used for Sinusoidal Steady State analysis output and TRAN is used for.
44 TRANsient analysis output.  # corresponds to the analysis number (ie if you
45 have 3 SSS analyses in your file, you will end up with .SSS.1.asc, .SSS.2.asc,
46 and .SSS.3.asc.
48 .SH OPTIONS
49 .TP
50 \-c, \-\-copyright
51 prints copyright information and exits
52 .TP
53 \-h, \-\-help
54 prints help message and exits
55 .TP
56 \-V, \-\-version
57 prints version information and exits
59 .SH EXIT STATUS
60 .I sw2asc
61 will return 0 on success and non-zero
62 if the command did not complete successfully.
64 .SH SEE ALSO
65 SWITCAP2 users manual