Pspice to LTspice model

Thread Starter

ganswitch

Joined Jun 23, 2016
1
Hi;
I am working on a project where I need to use a gate driver.
I downloaded the Pspice model of the LM5114 gate driver (Texas instruments), but I have to work in LTspice.
Can anybody help with conversion of Pspice to LTspice please?

I have attached the two Pspice models of the two types of gate driver.
 

Attachments

Alec_t: I cant see that you have changed anything from the .lib files to the .sub files. Does that mean that PSpice and LTspice have the same syntax?
 

crutschow

Joined Mar 14, 2008
34,464
................. Does that mean that PSpice and LTspice have the same syntax?
The both use the same basic Spice syntax for the model files, although I think PSpice may sometimes include functions that are unique to it that LTspice can't interpret.
If so you will get an error message from LTspice.
But I'm pretty sure the symbol files are different.
 

eetech00

Joined Jun 8, 2013
3,958
The subckt's had imbedded characters that were causing a problem. I removed them.

LTspice is supposed to be compatible with pspice syntax, but there are some differences in things like the use of curly braces.
LTspice complains if curly braces are used with pspice G or E devices.

You can see the differences if you compare the .sub files I've uploaded with the original ones.
 
Top