-
Notifications
You must be signed in to change notification settings - Fork 21
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
Extend CIM editing capabilities #27
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Martin Moraga <[email protected]>
initialize dynamic parameters of class SynchronousMachineTimeConstantReactance as float Signed-off-by: Martin Moraga <[email protected]>
initialize parameter 'inertia' of class RotatingMachineDynamics as float Signed-off-by: Martin Moraga <[email protected]>
Signed-off-by: Canfirat98 <[email protected]>
Signed-off-by: Canfirat98 <[email protected]>
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Just wondering: Is there still some interest in getting this merged? Or can we close the PR? |
@stv0g These functionalities are needed for the dpsim CIM reader based on cimpy |
Okay, I will rebase the changes to the current master. Apart from the changes to the But I can take care of that. |
This PR implementes new functions in
cimedit.py
(before was calledutils.py
) to add components to an existing cim topologie.Based on #23 and #25