ModelicaStandardLibrary icon indicating copy to clipboard operation
ModelicaStandardLibrary copied to clipboard

Remove connection that was already defined in parent class.

Open fzenith opened this issue 8 months ago • 2 comments

There is a redundant connection in Enable1 that is already defined (identical down to annotation and indenting) in parent class Enable. Models would still compile as the specification allows it, but OMedit reports irritating "scripting errors".

fzenith avatar Jun 05 '25 10:06 fzenith

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 05 '25 10:06 CLAassistant

Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable1 extends from Modelica.Electrical.PowerConverters.Interfaces.Enable.Enable Both contain the equation connect(enableLogic.enable, enable);

AHaumer avatar Jun 05 '25 11:06 AHaumer