Browse Source

Update to the optran circuit examples:

TLV9002-test.cir: Rely on optran from spinit
TLV6001-test.cir: Override optran from spinit
pre-master-46
Holger Vogt 5 years ago
parent
commit
aeafe4bd49
  1. 5
      examples/optran/TLV6001-test.cir
  2. 4
      examples/optran/TLV9002-test.cir

5
examples/optran/TLV6001-test.cir

@ -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

4
examples/optran/TLV9002-test.cir

@ -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…
Cancel
Save