some interactive testing
[gnucap-felix.git] / tests / dc_temp.ckt
blob456353f6b8d0e1db3399f2246586082305bb8127
1 spice
2 .options temp=1
3 rtemp1 2 0 t1 (w=1 l=1)
4 .model t1 r tnom=0 rsh=1 tc2=0 tc1=1
6 * skipping L=
7 .model t2 r tnom=0 tc1=10
8 rtemp2 2 0 t1 (l=2 w=1)
9 rtemp3 2 0 t2 .5
11 .print dc r(rtemp*) temp(0)
12 .store dc r(rtemp*) temp(0)
14 .dc temp=2
15 .dc
16 .dc temp=3
17 .measure rt1 at(probe="r(rtemp1)")
18 .measure rt2 at(probe="r(rtemp2)")
19 .measure rt3 at(probe="r(rtemp3)")
20 .dc
21 .dc dtemp=10
23 .options temperature=20
24 .dc dtemp=0
25 .measure rt1 at(probe="r(rtemp1)")
26 .measure rt2 at(probe="r(rtemp2)")
27 .measure rt3 at(probe="r(rtemp3)")
29 .end