Better Error Checking Function #8
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
ADDIE's error messages currently originate from a simple error-checking function that checks for the most common errors in circuits, such as the absence of ground, short-circuits, parallel Voltage Sources, etc.
This could be improved by adding a function that analyzes the nullspace of the MNA matrix, and is able to deduct from there which nodes and/or voltage sources make the circuit not solvable. Then, it should give this information to the users using an informative notification.
The text was updated successfully, but these errors were encountered: