"Macro Question"
jeszy
New Altair Community Member
Hello,
Is it possible to access parameter values of an operator via macros?
I would like to execute an operator with several different parameter settings in a Loop Parameters operator. I also would like to pass some of these parameters to an R Script via macros.
Any idea, how to do this?
Best regards,
Peter
Is it possible to access parameter values of an operator via macros?
I would like to execute an operator with several different parameter settings in a Loop Parameters operator. I also would like to pass some of these parameters to an R Script via macros.
Any idea, how to do this?
Best regards,
Peter
0
Answers
-
Hi,
you can place some macro operators inside the loop parameters operator and iterate their parameters. Then you can use their values both in the original operator and also pass them to R.
Cheers, Marius0 -
Thank you very much for your reply.
Unfortunately that does not help because the operator I would like to use (Support Vector Clustering) does not allow macros as parameters.0