-
Notifications
You must be signed in to change notification settings - Fork 176
Implement ie.start #4269
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
base: master
Are you sure you want to change the base?
Implement ie.start #4269
Conversation
christiankral
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a fully backwards compatible change. So this is good.
| color={0,0,255})); | ||
| connect(loadControl.y, switch.control[1]) annotation (Line( | ||
| points={{-19,80},{-10,80},{-10,62}}, color={255,0,255})); | ||
| points={{-19,80},{-10,80},{-10,61.3333}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the pixel change intentional?
| points={{-19,80},{-10,80},{-10,62}}, color={255,0,255})); | ||
| connect(loadControl.y, switch.control[3]) annotation (Line( | ||
| points={{-19,80},{-10,80},{-10,62}}, color={255,0,255})); | ||
| points={{-19,80},{-10,80},{-10,62.6667}}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the pixel change intentional?
|
Since feature freeze for 4.1.0 was last Friday, I guess this will have to wait for the release after that. |
dietmarw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait until 4.2.0 see also https://github.com/modelica/ModelicaStandardLibrary/wiki/MSL-v4.1.0-release
|
@AHaumer this is really a minor fix, so it's not a big deal, but I'd prefer that we stick to the rules we gave ourselves: after Jan 12 we should only try to close pending PRs for 4.1.0 (there are plenty), not opening other ones. Thanks! |
implemented start value for ie (excitation current) of electrical excited synchronous machine (Electrical,Machines and Magnetic.FundamentalWave) as requested in #4242