Differences between revisions 6 and 7
Revision 6 as of 2008-10-21 19:16:38
Size: 972
Editor: YoichiAso
Comment:
Revision 7 as of 2008-10-21 19:21:08
Size: 1104
Editor: YoichiAso
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
=== `liso` command ===
Line 7: Line 8:

=== Eagle PCB CAD ===
Eagle is a electric circuit schematic and PCB layout editor (http://www.cadsoft.de/).

LISO and Eagle on 40m machines

LISO is a circuit simulation and optimization program written by Gerhard Heinzel. It is useful for predicting the behavior of a circuit, estimating the noise, analyzing the stability of op-amps, fitting the measurement with the model, optimizing resistance/capacitance values etc. LISO is installed in /cvs/cds/caltech/apps/linux/LISO/. The LISO maual is here.

`liso` command

The main command of LISO is fil. It expects you to run the command always in the LISO installation directory. Since it is inconvenient, I wrote a wrapper script called liso. It is in the command search path of controls account. The script works just like fil except that you can call it from anywhere. The script takes the same arguments/options as fil. What it does is to convert given paths to absolute paths (if necessary) and change directory to /cvs/cds/caltech/apps/linux/LISO/. Then it runs fil passing the arguments given to liso.

Eagle PCB CAD

Eagle is a electric circuit schematic and PCB layout editor (http://www.cadsoft.de/).

Electronics/LISO (last edited 2017-03-08 01:37:01 by AndrewwadeATligoDOTorg)