Hello QSpice community, I need help making SPICE models for two ICs (UCC38C55 and FA1A50).
I have their datasheets and block diagrams. I’m not sure how to turn the block diagrams and datasheet graphs into an accurate SPICE subcircuit. Can someone give me a concrete, step-by-step method or checklist to follow and ideally an example/template I can adapt?
i also currently modeling LM2596, it have some errors in qspice maybe because of the command, it works in ltspice with the same command, can anyone figure it out?
You defined I=<equation> in an I-source instead of a B-source. I believe you placed I-source but rename symbol name as B. But this action cannot change a device type, they are still I-source. The correct way is to type shortcut “B” two time to bring an Arbitrary Behavioral Current Source to use. [You have multiples current device defined in this way and return all these warning]
I-source cannot accept an equation with node voltage or device current, only B-source does.
By the way, your RS flip-flop doesn’t have supply voltage.
@KSKelvin okey now the simulation have the stepping failed error, not sure how to tackle that, also previously get the pwm matrix error but it resolved by v=0, is that solutions make sense?
Here is how to convert its netlist to run in Qspice. I believe there might be a mistake when you were copying your schematic from another spice platform. 55_LM2596_model-DCDCmodule 2ac.cir (2.4 KB)
dude thank you so much it is finally work, it might be time for migrate lol. btw how to create the netlist from other spice platform like you did? it is very useful