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.

[FAQ] TINA/Spice: TINA-TI known limitations

Other Parts Discussed in Thread: TINA-TI

Tool/software: TINA-TI or Spice Models

What are some of the known limitations of TINA-TI?

  • For TINA-TI Version 9.3.150.328

    No native support for ASINH function

    Current version of TINA-TI (9.3.150.328) does not automatically support the ASINH function. If the model you are trying to import is using the ASINH function, you will need to include the following function in the model manually. 

    .FUNC ASINH(A)  {LOG(A + SQRT(A*A + 1))}

    An example can be found in the following post.

    Hyphens in Model names

    Current version does not support hyphens (-) in model names when importing through the "New Macro Wizard". Please replace with underscore (_) before importing to TINA-TI. 

    An example can be found in the following post.