Getting started

To run the program, just do

ioscopy

This assume that ioscopy is in your PATH.

A sample circuit is provided for demonstration purposes.

$ ioscopy

Just do “File>Run Netlister and simulate…” and fill in the window with the commands provided below:

For netlister: gnetlist -g spice-sdb -s -o demo.net demo.sch
For simulator: gnucap -b demo.net
Directory: demo/

then in the terminal window:

oscopy> oexec demo/demo.oscopy

Running oscopy from gschem

To use gschem integration, add the following line to your gschemrc:

(load-from-path "oscopy.scm")

On the next start of gschem, you should see the oscopy menu. Note that you should have done ./configure –prefix=“same prefix as gschem” Then assuming you are in the oscopy directory: