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/UCC2801: switch modeling in TINA-TI?

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

Tool/software: TINA-TI or Spice Models

About the UCCx813-1 model issue I have the following questions. 

In the sub-circuit below (inside the unprotected model for UCCx813-1) VON and VOFF have been defined two times.  What will be the final VON and VOFF?

Also VT and VH seems to be non-standard VSWITCH parameters.  What are their functions?  Do they work as Threshold and Hysteresis?  What are the VT and VH formulae in TINA?

 

**********************************************************************************************

XUV VCC uvlout UVLOX2 PARAMS: VON=9.4 VOFF=7.4 ; UVLO Setting
.SUBCKT UVLOX2  1   2  PARAMS: VON=4.1 VOFF=3.6
*            VIN OUT
S1 1 3 1 0 SUVLO
RUV 3 0 100K
EB1 4 0 Value= { IF ( V(3) > 3V , V(1) , 0 ) }
RD 4 2 100
CD 2 0 100P
.MODEL SUVLO VSWITCH RON=1 ROFF=1E6 VT={((VON-VOFF)/2) + VOFF} VH={(VON-VOFF)/2}
.ENDS

****************************************************************************************************************************************