Opened 4 years ago

Last modified 4 years ago

#6308 closed defect

Omedit loses the specification of the # of output points — at Version 1

Reported by: massimo ceraolo Owned by: Adeel Asghar
Priority: high Milestone: 1.17.0
Component: OMEdit Version: v1.17.0-dev
Keywords: Cc:

Description (last modified by massimo ceraolo)

To rreproduce consider the following simple model

model Test
  Modelica.Blocks.Sources.Sine sine(freqHz = 100);
equation
end Test;
  1. open Test
  2. open Simulation Setup
  3. change # of points to 5000 and check "save experiment annotation inside model" checkbox (leave the other checkboxes unchecked)
  4. click ok and simulate (look at the results: simulation was performed with 500 points)
  5. open SimulateSetup: the # of points is again equal to 500.

Change History (1)

comment:1 by massimo ceraolo, 4 years ago

Description: modified (diff)
Summary: Omedit loses # of point specificationOmedit loses the specification of the # of output points
Note: See TracTickets for help on using tickets.