i would like to evaluate results of a ParamStudy externally, but i can’t find a way with AnyOutputFile. The output file seems to be overridden each time an InverseDynamic analysis is perfomed so that only the values of the last set of parameters is available. Is it possible to switch the function to an append mode? Or do i have to create a way to change the filename within the ParamStudy?
The results of the ParamStudy are all available in the AnyChart 2D/3D, but the option to save exports only one set of values (AnyDesMeasure) for one or two abscissas (AnyDesVar) at a time.
Is there a possibility to save all AnyDesMeasures for all parameter combinations?
The solution is to place the AnyOutputFile inside the parameter study instead of inside the study.
Then you can declare all the variables you want to output (AnyDesMeasure) and you will get their values for each and every combinations of the design variables.
while in the ParamStudy the AnyVector is not written to the outputfile. Here i had to use AnyDesMeasure instead of AnyVector (because the AnyVector is not known before the calculation runs, rtfm).