Is there a possibily to access that table with maximum probes and their locations? And also display them on the geometry?
The vast majority of post objects have a property: Obj.PlotData There should be many posts related to usage of this plot data to get the node IDs and associated values for the plot. You can then use whatever python function you wish to determine your maximums and nodes
Thanks for an answer. So there is no a straight forward solution like with TabularData:paneTabular = ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.TabularData)
paneTabular = ExtAPI.UserInterface.GetPane(MechanicalPanelEnum.TabularData)
The odd thing is that e. g. manually created probes and annotations can be accessed by Graphics.LabelManager.Labels. Although the probes from your screenshot end up in the exact graphics annotations table they cannot be accessed this way.