The class AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralTimer has a declaration for y:
|
Modelica.Blocks.Interfaces.RealOutput y(unit="s") "Output signal" |
It also extends AixLib.Utilities.KPIs.BaseClasses.PartialIntegratorBase, which also has a declaration for y:
|
Modelica.Blocks.Interfaces.RealOutput y "Integral error output" |
but these are not identical. Duplicated definitions are only allowed if they are identical, and most of the time the reasonable thing is to remove one of the declarations.
The class
AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralTimerhas a declaration for y:AixLib/AixLib/Utilities/KPIs/IntegralErrorSingleReference/IntegralTimer.mo
Line 6 in d53be14
It also extends
AixLib.Utilities.KPIs.BaseClasses.PartialIntegratorBase, which also has a declaration for y:AixLib/AixLib/Utilities/KPIs/BaseClasses/PartialIntegratorBase.mo
Line 9 in d53be14
but these are not identical. Duplicated definitions are only allowed if they are identical, and most of the time the reasonable thing is to remove one of the declarations.