Skip to content
New issue

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

Detect when devices and branches are disconnected when output results. #269

Open
rodrigomha opened this issue Aug 11, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request Feature Request

Comments

@rodrigomha
Copy link
Contributor

Currently, when a Line is tripped and the current or power is requested in the output solution, the result will not output zero, since it does not know that the line was tripped.

Possible solution: Make line unavailable when is tripped in the Callback. Then check in some form that the line is unavailable when requested the output. This will not know WHEN the line was tripped.

General problem: We need a way to store when a load or line is tripped, such that if the user wants to see the power of the solution, that is computed using algebraic values, properly output the value until is tripped (and then output zero).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature Request
Projects
None yet
Development

No branches or pull requests

3 participants