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
There is a type of circuit that will not give you any warning messages when trying to do transient analysis, but the output is blank.
If this is due to the simulator not supporting this type of circuit, there should be some sort of error message.
I tried circuits with 1 diode or 1 capacitor and the analysis works. It seems to break down when both a capacitor and a diode are used in a circuit.
When trying a diode and an inductor, I got an error message:
As stated in the error message "Time Simulation currently supports a maximum of one Voltage Source and one Capacitor or Inductor". This circuit has an inductor and a diode and it generates that error message.
I believe that more than one capacitor/inductor/diode or any combination of those will break the simulator. The error message appears in some of those cases but it does not appear in some others (like the one in the first picture).
OS: MacOs 13.2
Version 1.0.0
The text was updated successfully, but these errors were encountered:
Agreed. I don't understand why time simulation should be so restricted - you would have though any collection of linear components would be OK. I suggest in resolving this issue we should:
Add an error checker
Understand the component limits on time simulation - make suitable error messages
Allow more diverse ckts for time simulation. @apantelopoulos will maybe have some idea what were the technical constraints he came across.
There is a type of circuit that will not give you any warning messages when trying to do transient analysis, but the output is blank.
If this is due to the simulator not supporting this type of circuit, there should be some sort of error message.
I tried circuits with 1 diode or 1 capacitor and the analysis works. It seems to break down when both a capacitor and a diode are used in a circuit.
When trying a diode and an inductor, I got an error message:
As stated in the error message "Time Simulation currently supports a maximum of one Voltage Source and one Capacitor or Inductor". This circuit has an inductor and a diode and it generates that error message.
I believe that more than one capacitor/inductor/diode or any combination of those will break the simulator. The error message appears in some of those cases but it does not appear in some others (like the one in the first picture).
The text was updated successfully, but these errors were encountered: