Opened 9 years ago

Closed 9 years ago

#3870 closed defect (fixed)

path information in BackendDAE.VAR needed for visualization

Reported by: Volker Waurich Owned by: somebody
Priority: high Milestone: Future
Component: Frontend Version:
Keywords: Cc: Adrian Pop, Martin Sjölund, Per Östlund

Description

Hi,

I noticed that DAE.SOURCE.typeLst in BackendDAE.VAR.source includes no information about paths anymore. (e.g. Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum)

The information whether a certain BackendDAE.Var is defined in Modelica.Multibody.Visualizers.Advanced.* is needed to generate the information for the visualization.

Where can I find this information now?

Change History (4)

comment:1 by Adrian Pop, 9 years ago

I think Martin removed it to minimize memory but it should be available on some flag.

comment:2 by Martin Sjölund, 9 years ago

There should be some flag for debug-level (-g=1) or flags to turn on/off (-g+=source), but there isn't. So it is available using -d=infoXmlOperations, which is a really bad name for the debugging information.

comment:3 by Volker Waurich, 9 years ago

Thanks for the reply. -d=infoXmlOperations works. Please keep me informed, if you change the name of the flag.

comment:4 by Volker Waurich, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.