Opened 4 years ago
Last modified 4 years ago
#6308 closed defect
Omedit loses # of point specification — at Initial Version
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.17.0 |
Component: | OMEdit | Version: | v1.17.0-dev |
Keywords: | Cc: |
Description
To rreproduce consider the following simple model
model Test Modelica.Blocks.Sources.Sine sine(freqHz = 100); equation end Test;
- open Test
- open Simulation Setup
- change # of points to 5000 and check "save experiment annotation inside model" checkbox (leave the other checkboxes unchecked)
- click ok and simulate (look at the results: simulation was performed with 500 points)
- open SimulateSetup: the # of points is again equal to 500.
Note:
See TracTickets
for help on using tickets.