We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
refSystem
Currently we need to pass a refSystem explicitly via the configuration:
gridConfig { refSystems = [ { sNom = "60 MVA" vNom = "10 kV" voltLvls = [ { id = "MS" vNom = "10 kV" } ] }
I don't see why we can't make that optional and use sensible standard values so the user do not have to care about that if they don't want to.
The text was updated successfully, but these errors were encountered:
RefSystem
Merge branch 'refs/heads/dev' into ms/#769-make-passing-of-refSystem-…
34c4629
…via-config-optional # Conflicts: # CHANGELOG.md
Merge pull request #780 from ie3-institute/ms/#769-make-passing-of-re…
8f73349
…fSystem-via-config-optional Making passing of `RefSystem` via config optional.
staudtMarius
Successfully merging a pull request may close this issue.
Currently we need to pass a
refSystem
explicitly via the configuration:I don't see why we can't make that optional and use sensible standard values so the user do not have to care about that if they don't want to.
The text was updated successfully, but these errors were encountered: