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
"Macro Question"
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
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, Marius
Unfortunately that does not help because the operator I would like to use (Support Vector Clustering) does not allow macros as parameters.