Add ComponentSelector
feature: PSI portion
#1196
Open
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.
Companion to and dependent on
ComponentSelector
feature: IS portion InfrastructureSystems.jl#342ComponentSelector
feature: PSY portion (take two) PowerSystems.jl#1197. The main thing here is we want
get_components
to work onIS.Results
such thatget_components
on aResults
is likeget_available_components
on its attachedSystem
(or attachedIS.SystemData
, etc.). The implementation of this behavior is in the IS PR, but following the design set out here, we need to definePSY.get_components
aliases that redirect to the appropriateIS.get_components
methods to keep the documentation user-friendly. That cannot be done in IS and (correct me if I'm wrong) it doesn't really make sense to do in PSY, so it is done here.