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/CSD15380F3: Spice syntax problem

Part Number: CSD15380F3
Other Parts Discussed in Thread: TINA-TI

Tool/software: TINA-TI or Spice Models

I'm trying to simulate a subcircuit with the following parameters

.PARAM Rs=0.01
.PARAM Rst=-1.25E-3
.PARAM Rm=44
.PARAM T0=25, RT=900, K=1000U
.PARAM Rmt=Rm*(1+Rst*(TEMP-T0))
.PARAM Eg=1.46 Egt=-3.8e-4
.PARAM Se=1.03 Set=-5.14E-3
.PARAM ITH=2.0E-3 Iot=1.1E-4
.PARAM Egv=Eg+(TEMP-T0)*Egt

LTSpice accepts these lines, TINA does not.

What is wrong with line 5; .PARAM Rmt=Rm*(1+Rst*(TEMP-T0))