Opened 9 years ago

#3224 new defect

Final parameter is not refreshed in plot windows after re-simulating example

Reported by: Christian Kral <dr.christian.kral@…> Owned by: somebody
Priority: high Milestone: Future
Component: *unknown* Version: trunk
Keywords: Cc:

Description

Consider the following example

model ParameterExample
  parameter Real a = 1;
  parameter Real b = 2;
  parameter Real c = a * b;
  final parameter Real d = a * b;
end ParameterExample;

I simulate the example. In the PLOT tab I change parameter a from 1 to 2 an re-simulate the example by performing a right click on ParameterExample, selecting Re-simulate. Then parameter c gets refreshed, whereas d does not get refreshed.

Change History (0)

Note: See TracTickets for help on using tickets.