The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Watching content of macros
That feature would be awesome if you could get a window on breakpoints that shows you defined macros + their contents.
I'm currently trying macros inside subprocesses and loops and its hard to find out problems.
PS:
Macros i define are allways global, or?
I mean, can they be accessed inside subprocesses,too?
If not, i'm having a small problem because i need to calculate with variables/macros inside a subprocess(wich contains other subprocesses that need to access the variables).
I'm currently trying macros inside subprocesses and loops and its hard to find out problems.
PS:
Macros i define are allways global, or?
I mean, can they be accessed inside subprocesses,too?
If not, i'm having a small problem because i need to calculate with variables/macros inside a subprocess(wich contains other subprocesses that need to access the variables).
0
Answers
Good point. Maybe you can file that into the bug tracker.
And yes, macros are visible inside your subprocess, tool.
Cheers,
Simon
You also log macro values, like this..
That way if you change some things often it is on hand for you to check and make sure everything is correct before starting a long process.
Another idea is to directly show the editable list of macros in the 'set macros' parameter view. That way if you have to check or change macros you are only one click away. No point for the entire parameter view to be a button to a popup window.
-Gagi
ever opened the "Context" view? Or am I getting you wrong?
Cheers,
Simon
Is there some tutorial/help file on the context view?
When does the context view update? Can you change macro values in the context view?
no. The context view only display the macros you enter in the context view. It is basically a "shortcut" to avoid having Define Macro operators in all your process as the very first step, doing nothing more than defining static macros. That's the purpose of this view.
Cheers,
Simon