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:
Holger Vogt 2021-08-24 17:50:18 +02:00
parent 4a1f7f950c
commit aeafe4bd49
2 changed files with 1 additions and 8 deletions

View File

@ -20,11 +20,8 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV6001
.save V(Vout)
.ac dec 10 100m 20k
*.options NOOPITER GMINSTEPS=0
*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11
.control
optran 1 1 1 100n 10u 0
optran 0 0 0 100n 10u 0 ; override optran from spinit
run
plot db(Vout)
set units=degrees

View File

@ -20,11 +20,7 @@ XU1 Net-_R3-Pad2_ Net-_R1-Pad2_ Vcc GND Vout TLV9002
.save V(Vout)
.ac dec 10 100m 20k
*.options NOOPITER GMINSTEPS=0
*.options RELTOL=1e-3 VNTOL=1u PIVTOL=1e-11
.control
optran 0 0 0 100n 10u 0
run
plot db(Vout)
set units=degrees