Ticket #5680: test.mo

File test.mo, 653 bytes (added by olivleno, 5 years ago)
Line 
1model test
2  Modelica__Blocks__Continuous__Integrator integrator annotation(
3    Placement(visible = true, transformation(origin = {-30, 30}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
4  Modelica__Blocks__Continuous__PI pi annotation(
5    Placement(visible = true, transformation(origin = {30, 30}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
6  Modelica__Electrical__Machines__BasicMachines__DCMachines__DC_PermanentMagnet dcpm annotation(
7    Placement(visible = true, transformation(origin = {-42, -16}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
8equation
9
10annotation(
11    uses(Modelica(version = "3.2.3")));
12end test;