I am referring to this scripting example
https://ansyshelp.ansys.com/public/account/secured?returnurl=//Views/Secured/corp/v251/en/act_script/act_script_examples_hot_spot.html
I have slightly modyfied it, to assign the currently selected result object to the variable 'resultObject'. However, the operations performed in the script do not seem to be limit to the underlying result data associated with 'resultObject'.
My small test model consists of two bodies. If I run the code and have a result object selected which is scoped to only one of the bodies the script creates probes for the nodes of other body which is not part of the scoping.