Ticket #5486: test.mo

File test.mo, 490 bytes (added by Andrea Bartolini, 7 years ago)
Line 
1package test
2 model M1
3 annotation(
4 Icon(coordinateSystem(grid = {0.1, 0.1}), graphics = {Rectangle(extent = {{-100, 100}, {100, -100}}), Text(origin = {-3, 5}, extent = {{-41, 39}, {41, -39}}, textString = "M1"), Text(origin = {16, -130}, extent = {{-92, 26}, {50, -26}}, textString = "%name")}));
5 end M1;
6
7 model M2
8 M1 test annotation(
9 Placement(visible = true, transformation(origin = {2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
10 end M2;
11
12
13end test;