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

Highlight buses on voltage limits #23

Open
AliHeggie opened this issue Mar 4, 2016 · 2 comments
Open

Highlight buses on voltage limits #23

AliHeggie opened this issue Mar 4, 2016 · 2 comments

Comments

@AliHeggie
Copy link

Is it possible to add a feature to the validation mode to highlight buses that on their voltage limits. Perhaps change the bus colour to red if at the upper voltage limit and blue on the lower limit.

@ccoffrin
Copy link
Collaborator

Hi Ali,

Thanks for the suggestion. STAC's validation view currently highlights buses the exceed their voltage limits. This behavior is consistent with the other warning messages in STAC.

We could add a new feature that highlights when a constraint is "tight", i.e. the operating value is "equal" to the constraint limit. However, doing strict equality tests on floating point computations is non-trivial, so I think such a feature would be more problematic than helpful.

@AliHeggie
Copy link
Author

Hi, yeah I see what you mean. To give you an idea of why I thought this might be helpful, I have been trying cases where the power flow is the result of an OPF, so necessarily there should not be any constraint violations, but the optimizations tends to push control parameters up to their limits of feasibility.

So I suppose this is quite a different objective to what the Validation view is for. If this feature was to be included perhaps it would make sense for it to be in a third view rather than Validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants