add test for arithmetic operations and iteration
[oscopy/ivan.git] / test / update.oscopy
blobd0f45bb7a279bde487521eb8d7b0396154e22d09
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 pause
26 update demo/ac.dat
27 siglist
28 echo *** Now look at figure 3
29 #plot
30 # Saving results
31 #write gnucap (ow:1) demo/res.dat v1,vsqu