Ticket #5680: test3.mo

File test3.mo, 456 bytes (added by olivleno, 5 years ago)
Line 
1model test3
2  Modelica__Blocks__Continuous__Integrator integrator annotation(
3    Placement(visible = true, transformation(origin = {-40, 12}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
4  Modelica__Blocks__Continuous__FirstOrder firstOrder annotation(
5    Placement(visible = true, transformation(origin = {22, 12}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6equation
7
8annotation(
9    uses(Modelica(version = "3.2.3")));
10end test3;