matt123p / TinyCAD

Open Source circuit capture program
122 stars 26 forks source link

Make CNetList.WriteSpiceFile emit model code for each component. #83

Open wilsonsd opened 1 year ago

wilsonsd commented 1 year ago

The "Create Spice Netlist" feature was emitting spice code for the prologue and epilogue for each symbol type, but wasn't emitting the "model" spice code for each symbol. It looks like CString temp in NetList.cpp line 3220 just never got set.