Update to the optran circuit examples:
TLV9002-test.cir: Rely on optran from spinit TLV6001-test.cir: Override optran from spinit
This commit is contained in:
parent
4a1f7f950c
commit
aeafe4bd49
|
|
@ -20,11 +20,8 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV6001
|
||||||
.save V(Vout)
|
.save V(Vout)
|
||||||
.ac dec 10 100m 20k
|
.ac dec 10 100m 20k
|
||||||
|
|
||||||
*.options NOOPITER GMINSTEPS=0
|
|
||||||
*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11
|
|
||||||
|
|
||||||
.control
|
.control
|
||||||
optran 1 1 1 100n 10u 0
|
optran 0 0 0 100n 10u 0 ; override optran from spinit
|
||||||
run
|
run
|
||||||
plot db(Vout)
|
plot db(Vout)
|
||||||
set units=degrees
|
set units=degrees
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,7 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV9002
|
||||||
.save V(Vout)
|
.save V(Vout)
|
||||||
.ac dec 10 100m 20k
|
.ac dec 10 100m 20k
|
||||||
|
|
||||||
*.options NOOPITER GMINSTEPS=0
|
|
||||||
*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11
|
|
||||||
|
|
||||||
.control
|
.control
|
||||||
optran 0 0 0 100n 10u 0
|
|
||||||
run
|
run
|
||||||
plot db(Vout)
|
plot db(Vout)
|
||||||
set units=degrees
|
set units=degrees
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue