Unknown parameter "v" when I convert a file from Pspice to Ltspice

Thread Starter

akshxat

Joined Oct 25, 2024
1
Hey everyone! I am trying to automate the conversion of netlists from Pspice to Ltspice as I have seen it does not always work. I was able to resolve most of the syntax issues but I am stuck on voltage controlled sources when I am getting the following issue which I am unable to understand to fix it. Right now I am just testing it on TPSM84209 (4.5-V to 28-V input, 1.2-V to 6-V output, 2.5-A power module). I have attcahed the Pspice netlist and Ltspice netlist where I have made a few conversions to make it work, along with the errors I am getting. Any help would be appreciated
 

Attachments

crutschow

Joined Mar 14, 2008
38,423
The Pspice model has some IF statements which include the suffix V for voltage.
Not sure what their purpose is.
+LTspice does not recognize either of those parameters, so you will have to determine some way to eliminate them or convert to something that LTspice does recognize..
 
Top