User Tools

Site Tools


quickstart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
quickstart [2011/06/12 21:32] – [Note for users of experimental branch] Remove the note arnaudquickstart [2015/01/11 21:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Getting started ====== ====== Getting started ======
  
-To run the program, just do <code>./oscopy_app or ./oscopy_ui</code>+To run the program, just do <code>ioscopy</code>
  
-To get any info on available commands, type <code>help</code>+This assume that ioscopy is in your PATH.
  
 A sample circuit is provided for demonstration purposes. A sample circuit is provided for demonstration purposes.
  
-===== Graphical User Interface (GUI) =====+
 <code> <code>
-cd demo +ioscopy
-$ ../oscopy_ui.py &+
 </code> </code>
-Just do "File>Run Netlister and simulate..." and fill in the window with the commands provided below +Just do "File>Run Netlister and simulate..." and fill in the window with the commands provided below:
-then in the terminal window:+
 <code> <code>
-oscopy> exec demo.oscopy+For netlister: gnetlist -g spice-sdb -s -o demo.net demo.sch 
 +For simulator: gnucap -b demo.net 
 +Directory: demo/
 </code> </code>
- +then in the terminal window:
-===== Command Line Interface (CLI) ===== +
-From oscopy directory, prepare the demo circuit files+
 <code> <code>
-$ cd demo +oscopy> oexec demo/demo.oscopy
-$ gnetlist -g spice-sdb -s -o demo.net demo.sch +
-$ gnucap -b demo.net +
-$ ../oscopy_app.py -b demo.oscopy+
 </code> </code>
  
Line 41: Line 36:
   * Once the script finished to execute, go back to gschem and change the value of a component e.g. the capacitor C.   * Once the script finished to execute, go back to gschem and change the value of a component e.g. the capacitor C.
   * <code>oscopy>>Update oscopy</code>   * <code>oscopy>>Update oscopy</code>
-  * once netlister and simulator ran, figures should have changes, e.g. figure 3 vout should have moved and vo not.+  * once netlister and simulator ran, figures should have changed, e.g. figure 3 vout should have moved and vo not.
  
  
quickstart.1307914351.txt.gz · Last modified: 2011/06/12 21:32 by arnaud