This modelica code gives in error:
type myReal
extends Real;
parameter RealType myAttribute;
end myReal;
But how to define types with user defined attributes else?
This modelica code gives in error:
type myReal
extends Real;
parameter RealType myAttribute;
end myReal;
But how to define types with user defined attributes else?
Copyright © 2021 Jogjafile Inc.