This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TINA/Spice/AMC1311: AMC1311

Part Number: AMC1311
Other Parts Discussed in Thread: TINA-TI, , AMC1301

Tool/software: TINA-TI or Spice Models

Importing isolation op-amps AMC1301 or AMC1311 into Orcad and you get practically the same error for both PSpice models

GVDD1 0 G1 TABLE {V(VDD1,GND1)} = (3,0.0617284, 3.50217,0.0345679, 4.00435,0.0296296, 4.50000,0.0320988, 4.99783,0.0518519, 5.49783,0
$
ERROR(ORPSIM-16366): Line too long. Limit is 132 characters.

OK, i'll just go and delete some of the way too many decimal places and also delete the space after the commas

same for:

*GVDD2 0 G12 TABLE {V(VDD2,GND1)} = (3,0.0617284, 3.25217,0.0518519, 3.50652,0.0617284, 3.75000,0.0641975, 4.24783,0.0641975, 4.7521
GVDD2 0 G12 TABLE {V(VDD2,GND1)} = (3,0.0637284, 3.25217,0.0629519, 3.50652,0.0637284, 3.75000,0.0641975, 4.24783,0.0641975, 4.75217,
$
ERROR(ORPSIM-16366): Line too long. Limit is 132 characters.

and this error:

.SUBCKT D_D4 1 2
D1 1 2 DD
.MODEL DD D( IS=10n N=0.50 RS=1 XTI=0 Eg=0.35)
.ENDS D_D
------$
ERROR(ORPSIM-16362): Name on .ENDS does not match .SUBCKT

OK, for this one looks like i just need to add "4" to very last line -->  .ENDS D_D4

this error, i think its only for AMC3111, i don't understand why its here.  says undefined parameters but load .lib file and key word search you can see its there

ERROR(ORPSIM-15167): Undefined parameter: Vthres.

ERROR(ORPSIM-15167): Undefined parameter: Vhyst.

not sure how to fix that one