-
Notifications
You must be signed in to change notification settings - Fork 169
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
Wrong usage of quantities in Modelica.Electrical.Analog.Interfaces.IdealSemiconductor #4386
Comments
Currently I would say it is fine, and not an urgent bug - and it's not clear if it is a bug. The s-parameter has unit "1" and we can uniquely determine that the number 1 has unit resistance in |
Definitely something for |
@HansOlsson |
…s.IdealSemiconductor (#4387) * fixed bug #4386 * same issue with Electrical.Analog.Ideal.{IdealTwoWaySwitch, IdealIntermediateSwitch, ControlledIdealTwoWaySwitch, ControlledIdealIntermediateSwitch} --------- Co-authored-by: Anton Haumer <[email protected]>
I suppose the following two lines
should be replaced by:
otherwise the quantities are horribly wrong?
It's the same for Modelica.Electrical.Analog.Interfaces.IdealSwitch.
Should we fix that for 4.1.0?
What's your opinion, @christiankral @casella @dietmarw @HansOlsson ?
The text was updated successfully, but these errors were encountered: