Model for a DCDC Controller LM25037 for LTspice

Thread Starter

olflab

Joined Jan 16, 2019
2
Hi guys, I have a unencrypted lib file from a DCDC controller LM25037 (direct link: http://www.ti.com/lit/zip/snvmbl4). I tried using the lib file to create a symbol and to use the model (create symbol in the lib file). The first problem was that there was no GND connector defined. But OK. After that, I tried to create a small circuit. Unfortunately it seems not to work. I receive messages, like
Questionable use of curly braces in "b§e_abmgate yint 0 v = {if (v (i0)> {{vthresh}}, {{vss}}, {{vdd}})}"
Error: undefined symbol in: "if ([v] (i0)> ((vthresh)), ((vss)), ((vdd)))"
Does anyone know what it is? Can anyone help to create a working model for LTspice?

Thanks
 

arhere13

Joined May 7, 2022
1
Hello eT and All,
Been a while and bumping this thread. I am trying to use this model and I get the error = "u1:v_irt1: requires a minimum of 5 parameters. Only 2 specified."
I am new to custom LTSpice models and after poking around, cannot find where to enter these parameters.
Thanks in Advance,
-Andrew
 

Papabravo

Joined Feb 24, 2006
22,082
Hello eT and All,
Been a while and bumping this thread. I am trying to use this model and I get the error = "u1:v_irt1: requires a minimum of 5 parameters. Only 2 specified."
I am new to custom LTSpice models and after poking around, cannot find where to enter these parameters.
Thanks in Advance,
-Andrew
In LTspice IV, it was possible to specify a voltage source with fewer than the maximum number of parameters. In LTspice XVII that changed and all voltage sources that specify the PULSE format require 5 parameters. Where you put them is on the line that defines "v_irt1". If you know what the LTspice IV defaults for unspecified parameters that would help. @crutschow might be able to help you in that regard.
 
Top