detect_reader: let the application handle errors
[oscopy/ivan.git] / test / update.oscopy
blob8cc63cdc90a436f06423adf873bf29223010b9ee
1 # First read data from IRF540 simulation
2 echo *** Reading files and setting plots
3 # Plot filter response
4 read demo/ac.dat
5 create
6 add vout
7 scale loglog
8 # Create a copy of vout and freeze it
9 vo = vout
10 freeze vo
11 insert vo
12 # Signal name change
13 read demo/irf540.dat
14 add vgs
15 siglist
16 # Plot things
17 echo *** Now plotting everything
18 plot
19 # Updating
20 echo *** Now change C value in schematic and rerun gnetlist + gnucap
21 pause
22 echo *** Updating
23 update
24 siglist
25 echo *** Now look at figure 3
26 plot
27 # Saving results
28 #write gnucap (ow:1) demo/res.dat v1,vsqu