The Modelica.Electrical.QuasiStatic.Polyphase.Blocks.FromSymmetricalComponents contains two illegal displayUnit modifiers, missing the each prefix:
|
output SI.Angle arg_u[m](displayUnit="deg") = arg(u) |
|
"Argument of input"; |
|
output Real abs_y[m] = abs(y) "Absolute of output"; |
|
output SI.Angle arg_y[m](displayUnit="deg") = arg(y) |
|
"Argument of output"; |
This somehow escaped our testing, probably because the model was never used in an actual test model, otherwise OpenModelica would have caught it.
We should fix this on master and on 4.1.1.
The Modelica.Electrical.QuasiStatic.Polyphase.Blocks.FromSymmetricalComponents contains two illegal displayUnit modifiers, missing the
eachprefix:ModelicaStandardLibrary/Modelica/Electrical/QuasiStatic/Polyphase/Blocks/FromSymmetricalComponents.mo
Lines 9 to 13 in 3f72865
This somehow escaped our testing, probably because the model was never used in an actual test model, otherwise OpenModelica would have caught it.
We should fix this on master and on 4.1.1.