Does anybody know if it´s posible to export a solar study?

Hi everyone!! I´m kind of new to this whole script world, and I´m trying to make a script for a solar study of a specific building. I am not sure if all that information can be scripted so that I can see it as a CSV file or Excel. What I am trying to do is a solar survey in Revit of a specific day and see the exact coordinates of the shadows at each time of the day. Does anyone know if that is feasible with Dynamo? And if so, would you be able to point me to a way to get to the result?
Thank youu

There are some out of the box nodes for solar study data but not all the information you’re after is actually stored in the solar study. The study is really just a collection of DateTimes and the calculated solar angles. The shading is rendered in Revit “live” and, as far as I’m aware, not actually stored anywhere. You could potentially recreate the shading in Dynamo and create your own export, but that’s not really a beginner level script.