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/LMH6722: Spice model

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

Tool/software: TINA-TI or Spice Models

Hi,
I have downloaded the LMH6722 Spice model from TI website for simulation in TINA ,
The file extention is showing as LMH6722 New.mod mpeg format, could you check and share the .lib, .tld format to simulate in TINA ?

Currently.,  I am simulating with model in  TINA tools under spice macros--->Operational amplifiers ,  downloaded the LMH6722 spice model but it is not quad model, whether the quad spice model is available?


Thanks,
Praveen

  • Hi Praveen,

    Even though the file has extension of .mod, it is a text file. You can simply alter the .mod extension into .txt or .lib.

    You can also right click the file (the .mod file) on windows and choose to open it with notepad From there you can copy paste the content of the file into new file with new extension you want.

    Since you can duplicate the quad amplifiers from the single amp, we don't plan to release the quad model. You can simply do the following as an example for the dual instead of quad:

    .SUBCKT LMH6722_DUAL INP1 INN1 OUT1 INP2 INN2 OUT2 VDD VSS
    X1 INP1 INN1 VDD VSS OUT1 LMH6722
    X2 INP2 INN2 VDD VSS OUT2 LMH6722
    .ENDS

    Herman