Francesco Casella

Results 1758 comments of Francesco Casella

@kabdelhak, the following MWE ```modelica model Unnamed Real y(fixed=true, stateSelect=StateSelect.never); equation der(y) = time; end Unnamed; ``` runs with this warning: ``` [1] 00:40:14 Symbolic Warning [M: 2:3-2:52]: Variable y...

@kabdelhak now that you are working on state selectin in the NB, this issue should be addressed. It would be good if it could also get fixed in the OB,...

@kabdelhak fixing the OB so that you get an error, not a warning, should be trivial. We should do it now for 1.26.0. As to the NB, please keep it...

@christiankral I absolutely agree. This thing will be top priority once that #8425 and related issues will be solved.

@dietmarw, @christiankral, a fully functional Duplicate feature was added in 1.23.0. This issue should be resolved. If not, please reopen.

Original trac ticket: https://trac.openmodelica.org/OpenModelica/ticket/2891

Discussion with @adrpo, @adeas31 and @perost. All the required information is already provided by the new instance-based interface, which returns the information for the entire instance all the way down...

BTW, we should also allow to edit the top-level parameters of a model. Currently, if you open this model in OMEdit ```modelica model Test parameter Real p = 1; Modelica.Blocks.Sources.Constant...

> @casella and @dietmarw-se one thing I forgot to mention is that, when you go in show element the changes done are not reflected directly inside the editing mode e.g.,...