Ticket #4935: TableTest.mo
File TableTest.mo, 499 bytes (added by , 7 years ago) |
---|
Line | |
---|---|
1 | model TableTest |
2 | Modelica.Blocks.Sources.CombiTimeTable combiTimeTable1(fileName = "BadTable.txt", tableName = "Cycle", tableOnFile = true) annotation( |
3 | Placement(visible = true, transformation(origin = {-56, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
4 | equation |
5 | |
6 | annotation( |
7 | Icon(coordinateSystem(extent = {{-100, -80}, {100, 80}})), |
8 | uses(Modelica(version = "3.2.2")), |
9 | experiment(StartTime = 0, StopTime = 180, Tolerance = 1e-06, Interval = 0.36)); |
10 | end TableTest; |