Ticket #5425: Test3.mo
File Test3.mo, 532 bytes (added by , 6 years ago) |
---|
Line | |
---|---|
1 | model Test3 |
2 | Modelica.Blocks.Sources.CombiTimeTable combiTimeTable1( |
3 | tableOnFile=true, |
4 | tableName="Cycle", |
5 | fileName="Test.txt") annotation ( |
6 | Placement(visible = true, transformation(origin = {-18, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
7 | equation |
8 | |
9 | annotation ( |
10 | uses(Modelica(version="3.2.2")), |
11 | Diagram(coordinateSystem(extent = {{-100, -80}, {100, 80}})), |
12 | Icon(coordinateSystem(extent = {{-100, -80}, {100, 80}})), |
13 | version = ""); |
14 | end Test3; |