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/TLV431: Simulation Error for IC TLV431

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

Tool/software: TINA-TI or Spice Models

Hi team,

 

My customer is working with an IC ‘TLV431’ in one of our designs and was trying to simulate it on LTspice.

We created a symbol for the IC, we got the Pspice .lib file and we simulated it.

We encountered an issue prompting that, there is a missing current value for “X1”.

 

Could you please check for the missing current value for “X1” in the text file and lib below?

 

Thanks,


Eric Mitchell

 

-----------

Version 4
SymbolType BLOCK
RECTANGLE Normal 256 161 66 -52
TEXT 186 46 Center 2 TLV431
PIN 160 -48 TOP 8
PINATTR PinName ANODE
PINATTR SpiceOrder 1
PIN 112 160 VLEFT 0
PINATTR PinName CATHODE
PINATTR SpiceOrder 2
PIN 208 160 VLEFT 0
PINATTR PinName REF
PINATTR SpiceOrder 3

 

 

---------

 

* PSpice Model Editor - Version 16.0.0
*$
* TLV431
*****************************************************************************
* (C) Copyright 2009 Texas Instruments Incorporated. All rights reserved.  **
*****************************************************************************
** This model is designed as an aid for customers of Texas Instruments.    **
** TI and its licensors and suppliers make no warranties, either expressed **
** or implied, with respect to this model, including the warranties of     **
** merchantability or fitness for a particular purpose. The model is       **
** provided solely on an "as is" basis. The entire risk as to its quality  **
** and performance is with the customer                                    **  
*****************************************************************************
*
* This model was developed for Texas Instruments Incorporated by:
*   AEi Systems, LLC
*   5777 W. Century Blvd., Suite 876
*   Los Angeles, California  90045
*
* This model is subject to change without notice. Neither Texas Instruments Incorporated
* nor AEi Systems is responsible for updating this model.
* For more information regarding modeling services, model libraries and simulation
* products, please call AEi Systems at (310) 216-1144, or contact AEi Systems by email:
* info@AENG.com. Or visit AEi Systems on the web at http://www.AENG.com.
*
*****************************************************************************
*
** Released by: Analog eLab Design Center, Texas Instruments Inc.
* Part: TLV431
* Date: 12/14/2009
* Simulator: PSpice
* Simulator Version: 16.0.0.p001
* Datasheet: SLVS139T - July 1996 - Revised June 2007
*
*****************************************************************************
*
* Updates:
*
* Final 2.00
* Changed encrypted model to unencrypted.
*
* Final 1.00
* Release to Web.
*
*****************************************************************************
.SUBCKT TLV431 A K Fdbk
V_V2         N59715 A 1.24
G_G4         K A TABLE { V(STAGE2, A) }
+ ( (-10,0)(0,0)(15m,15m)(10,16m) )
R_R1         A STAGE1  1 
R_R2         A STAGE2  1 
C_C2         A STAGE1  159e-6 
C_C3         A STAGE2  80n 
G_G1         A STAGE1 Fdbk N59715 4
X_D1          A STAGE1 DC_1mV_1A_1V_1nA
G_G3         A STAGE2 STAGE1 A 1
X_D2          STAGE1 N59689 DC_1mV_1A_1V_1nA
X_D3          A K DC_1mV_1A_1V_1nA
V_V1         N59689 A 15m
.ENDS TLV431
*$
.subckt DC_1mV_1A_1V_1nA A C
G1 A C TABLE { V(A, C) } ( (-1,-1n)(0,0)(1m,1) (2m,10) (3m,1000) )
.ends DC_1mV_1A_1V_1nA
*$