Ticket #3688: test.mo

File test.mo, 964 bytes (added by anonymous, 9 years ago)
Line 
1class test
2  Modelica.Blocks.Continuous.FirstOrder firstOrder1(T = 1) annotation(Placement(visible = true, transformation(origin = {-2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
3  Modelica.Blocks.Interfaces.RealInput u annotation(Placement(visible = true, transformation(origin = {-70, 2}, extent = {{-20, -20}, {20, 20}}, rotation = 0), iconTransformation(origin = {-70, 2}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
4  Modelica.Blocks.Interfaces.RealOutput y annotation(Placement(visible = true, transformation(origin = {42, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0), iconTransformation(origin = {42, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
5equation
6  connect(firstOrder1.y, y) annotation(Line(points = {{10, 0}, {34, 0}, {34, 0}, {42, 0}}, color = {0, 0, 127}));
7  connect(u, firstOrder1.u) annotation(Line(points = {{-70, 2}, {-16, 2}, {-16, 0}, {-14, 0}}, color = {0, 0, 127}));
8  annotation(Icon, Diagram);
9end test;