Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @nick-gorman,
I don't mean to overwhelm the PR log.
Thought we should add AEMO's interconnector limit setting logic in the interest of modelling AEMO's procedure (#24). Would be cool if we could run
market.get_interconnector_limit_setter
and retrieve the interconnector limits and their associated constraints.The procedure is described in an old NEMMCO doc: https://aemo.com.au/-/media/files/electricity/nem/security_and_reliability/dispatch/policy_and_process/interconnector-limit-setter-reporting-changes.pdf
Before we move forward with unit tests, docstrings and examples, I would like to check that you find the namespaces (for new funcs) and structure acceptable, since you have pioneered this project. Still would like to add the FCAS limits for completeness.