#6308 closed defect (invalid)
Omedit loses the specification of the # of output points
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 )
To reproduce 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.
Attachments (1)
Change History (5)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|---|
Summary: | Omedit loses # of point specification → Omedit loses the specification of the # of output points |
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
by , 4 years ago
Attachment: | Recording.mp4 added |
---|
comment:3 by , 4 years ago
comment:4 by , 4 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
ehm...
I usually start OMEdit before testing any sequence I put on tickets.
Unfortunately, this time I did not. As @adeas31 pointed out, if we repeated the sequence of this ticket from a clean start, the bug does not show up.
I'll close the ticket by now.
In case in the future I can find a sequence that, when followed immediately after starting OMEdit, shows the issue I'll open it again.
Version 0, edited 4 years ago by (next)
Note:
See TracTickets
for help on using tickets.
Seems to work fine for me or am I missing something here.