Ticket #3993: foo.mo

File foo.mo, 261 bytes (added by Francesco Casella, 7 years ago)
Line 
1model foo
2 Modelica.Blocks.Sources.TimeTable table(table = [0, 1.0; 3600, 10]) annotation(Placement(visible = true, transformation(origin = {-60, -42}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
3 Real v;
4 equation
5 der(table.y) = v;
6end foo;