Changes between Initial Version and Version 1 of Ticket #4491, comment 18


Ignore:
Timestamp:
2017-09-18T22:00:33Z (7 years ago)
Author:
Adrian Pop

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4491, comment 18

    initial v1  
    88Basically I think the values we get for those tables are different in MSL trunk than in MSL 3.2.2.
    99{{{#!mo
    10 Modelica.Blocks.Sources.CombiTimeTable timeTable(table = [0,1; 1,3; 2,-3; 3,5; 4,7; 5, 0], extrapolation = Modelica.Blocks.Types.Extrapolation.Periodic);
    11 Modelica.Blocks.Sources.CombiTimeTable timeTable(table = [0,1; 1,3; 2,-3; 3,5; 4,7; 5, 0], extrapolation = Modelica.Blocks.Types.Extrapolation.HoldLastPoint);
     10Modelica.Blocks.Sources.CombiTimeTable timeTable(table = [0,1; 1,3; 2,-3; 3,5; 4,7; 5, 0],
     11   extrapolation = Modelica.Blocks.Types.Extrapolation.Periodic);
     12Modelica.Blocks.Sources.CombiTimeTable timeTable(table = [0,1; 1,3; 2,-3; 3,5; 4,7; 5, 0],
     13   extrapolation = Modelica.Blocks.Types.Extrapolation.HoldLastPoint);
    1214}}}
    1315The non-default extrapolation seems to be the issue.