Fix NAN error in numd2 area report and crashes when a doping file is missing. Update examples/cider so that the test circuits all run; add case sensitivity tests for rootfile and ic.file parameter strings enclosed in a single pair of double quotes.

This commit is contained in:
Brian Taylor
2021-09-29 20:22:56 +02:00
committed by Holger Vogt
parent 68c5eb2d6b
commit 663a79dea8
23 changed files with 296 additions and 24 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ TWO-DIMENSIONAL PIN-DIODE CIRCUIT
VIN 1 0 0.0v (PWL 0ns 0.8v 1ns -50.0v)
L1 1 2 0.5uH
VD 2 3 0.0v
D1 3 0 M_PIN AREA=200 IC.FILE="OP.0.d1"
D1 3 0 M_PIN AREA=200 IC.FILE="Pre-Pin-Diode-OP.0.d1"
VRC 2 4 0.0v
R1 4 5 100
C1 5 0 1.0nF
@@ -38,5 +38,6 @@ C1 5 0 1.0nF
.OPTION ACCT BYPASS=1
.TRAN 1NS 100NS
.PRINT TRAN v(3) I(VIN)
.PLOT TRAN v(3) I(VIN)
.END