1 .TH sw2asc 1 "@DATE@" "gEDA Project" @VERSION@
5 \- converts a SWITCAP2 output file into ASCII data files that other tools can read
8 .B sw2asc \-c\||\-\-copyright
10 .B sw2asc \-h\||\-\-help
12 .B sw2asc \-V\||\-\-version
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
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
29 waveform viewer or more easily loaded into
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,
51 prints copyright information and exits
54 prints help message and exits
57 prints version information and exits
61 will return 0 on success and non-zero
62 if the command did not complete successfully.