You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussion #950 has found a few more issues. Attached are two schematics showing the issues.
The SB5100.lib diode Spice model doesn't work. See SB5100_recovery.sch. The model does work if it is made into a sub-circuit using "Spice netlist". See SB5100_sub_recovery.sch.
When making the subcircuit SB5100_sub.sch, the 1ST time you make it the filename has the entire PATH. When you place this sub in the schematic, the simulation fails and you find the "Spice netlist" is missing. You have to re-open SB5100_sub.sch, place another "Spice netlist" and Browse again for SB5100.lib. I made SB5100_sub_1st.sch to show the problem.
TODO list:
Convert path to relative only if schematic belongs to project or saved.
The SB5100 diode model works on my machine. See #950 (comment)
the 1ST time you make it the filename has the entire PATH. When you place this sub in the schematic, the simulation fails and you find the "Spice netlist" is missing.
The application applies relative path conversion after #640 The path is set relatively to project directory or containing schematic directory. This may be fixed as the following:
If the schematic doesn't belong to the project set absolute path
Discussion #950 has found a few more issues. Attached are two schematics showing the issues.
The SB5100.lib diode Spice model doesn't work. See SB5100_recovery.sch. The model does work if it is made into a sub-circuit using "Spice netlist". See SB5100_sub_recovery.sch.
When making the subcircuit SB5100_sub.sch, the 1ST time you make it the filename has the entire PATH. When you place this sub in the schematic, the simulation fails and you find the "Spice netlist" is missing. You have to re-open SB5100_sub.sch, place another "Spice netlist" and Browse again for SB5100.lib. I made SB5100_sub_1st.sch to show the problem.
TODO list:
Rectifiers_prj.zip
LTspice SB5100.zip
The text was updated successfully, but these errors were encountered: