RFEM_Python_Client icon indicating copy to clipboard operation
RFEM_Python_Client copied to clipboard

REQUEST: Results Table Manager

Open gvandewiel86 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. When retrieving results from a model we would like to only retrieve the result in the start and end node of a beam. As far as i can see there is no way to alter the the format of the Results Table via the python / WS interface. What we would like, is to achieve the following settings via python script and restore to the default settings afterwards: image

This would produce a table output like this: image

By default, the data served via the WS is exactly the same as show in the figure below it is "difficult" to filter the start and end node (i am not saying it is impossible however not having to filter the data via python is much faster). image

Describe the solution you'd like Add the option to control the output (look and feel) of the Resutls Table per output type.

Describe alternatives you've considered Manually preparing the output tables prior to running the script.

Additional context Add any other context or screenshots about the feature request here.

gvandewiel86 avatar Oct 25 '23 14:10 gvandewiel86

As first step, we are now going respect the settings of Result Table Manager in the output of Webservice operations related to results. For now, It's not planned to provide a Webservice function to access settings of Result Table Manager because of the high complexity.

TomasPail avatar May 02 '24 14:05 TomasPail

@TomasPail,

thanks for the update. That would be a good starting point and would be a tremendous time saver for us.

Regarding the support to access the Result Table Manager, I was under the impression that this was already supplied via WS, using GetTableExportConfigManager and SetTableExportConfigManager?

gvandewiel86 avatar May 02 '24 21:05 gvandewiel86

Pushed the wrong button during reply… My bad…

gvandewiel86 avatar May 02 '24 21:05 gvandewiel86