Generate Attribute containing process information
Timbo
New Altair Community Member
Hi,
I would very much like to create an attribute containing information about the process itsself before I write my data to file. So, there is a function set called "process" available in the "Generate Attributes" operator containing a function called "params()". So I assume this is possible and I just couldn't figure out the correct syntax. The (at least to me) obvious "params(Operator.Parameter)" did not work. Anyone know how to do this???
cheers,
Tim
I would very much like to create an attribute containing information about the process itsself before I write my data to file. So, there is a function set called "process" available in the "Generate Attributes" operator containing a function called "params()". So I assume this is possible and I just couldn't figure out the correct syntax. The (at least to me) obvious "params(Operator.Parameter)" did not work. Anyone know how to do this???
cheers,
Tim
Tagged:
0
Answers
-
Hi Timbo,
you found a bug in the formula editor - it does not recognize the param() function. The syntax is:param("operator_name", "parameter_name")
, e.g.param("Process", "logverbosity")
Best regards,
Marius0