Ticket #5425: Test3.mo

File Test3.mo, 532 bytes (added by massimo ceraolo, 6 years ago)
Line 
1model 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)));
7equation
8
9annotation (
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 = "");
14end Test3;