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
"Attribute and Operator names as macros"
Hi,
does anyone know how to set the name of an operator like "k-NN" and/or the name of an attribute as a macro name to use it for file and path names like
/home/%{operator_name}/anyfolder/%{attribute1}
I have a bit complex solution but only want to know if there is any predefined shortcut similar as %{a} for loop count or %{file_path} for file path?!
Thanks a lot
Ozone
does anyone know how to set the name of an operator like "k-NN" and/or the name of an attribute as a macro name to use it for file and path names like
/home/%{operator_name}/anyfolder/%{attribute1}
I have a bit complex solution but only want to know if there is any predefined shortcut similar as %{a} for loop count or %{file_path} for file path?!
Thanks a lot
Ozone
0
Answers
there's no built in macro for this, but you could just prepend a Set Macro operator and set such a macro to the actual name of the following operator.
Greetings,
Sebastian