User Tools

Site Tools


quickstart

Differences

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

Link to this comparison view

Next revision
Previous revision
quickstart [2010/04/19 07:33] – created arnaudquickstart [2015/01/11 21:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Quickstart ======+====== 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.
  
-===== Using the 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>
-===== Using the CLI ===== +then in the terminal window:
-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>
  
-===== Using gschem integration ===== + 
-If you want to use gschem integration, add the following line to your gschemrc:+===== Running oscopy from gschem ===== 
 +To use gschem integration, add the following line to your gschemrc:
 <code>(load-from-path "oscopy.scm")</code> <code>(load-from-path "oscopy.scm")</code>
  
Line 35: Line 32:
   * launch gschem   * launch gschem
   * open demo/demo.sch   * open demo/demo.sch
-  * <code>oscopy>Launch oscopy</code>+  * <code>oscopy>>Launch oscopy</code>
   * Follow the instruction in "Using the GUI"   * Follow the instruction in "Using the GUI"
   * 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.1271662431.txt.gz · Last modified: 2010/04/19 07:33 by arnaud