Hello!
I am interested in obtaining results from a rigid dynamics simulation use iron python scripting within Ansys Mechanical.
I tried using the legacy results reader to look up information on the results, but I am not sure where the documentation is for results like CFFTOT etc.

Furthermore it looks like the RBD solver is not using the same type of information as APDL, so the element id and real constant are not available under each result object in the solver data

Does anyone have any advice for a best practice on how to access the RBD results data from a Rigid Dynamics simulation? My guess is that there is a separate api that allows access to the results since it is a different solver, but I am not sure where that documentation is. I am looking for items such as the reference forces/moment and the follower forces/moments.
The motion loads transfer extension likely uses this API since it can extract things like the acceleration on a rigid body and joint loads, but there is no python code available in the installation to look at.
Any help would be appreciated, thank you for your time!