First Question:
I am trying to use the Python API to parametrically assign mass, fixity, and other conditions. After some digging around in the documentation, I managed to get something to work (see code snippet below)

The part that isn't working is commented out in green. I don't know if it is being assigned to the nodes in the model or not... The work tree shows them as black. But If I go to the conditions tab, none of the nodes are highlighted.

Second Question:
I want to parametrically assign physical section properties (e.g. A, Iy, Iz, Ay, Az, J) through Python; however, I cannot get the properties within "Section" attribute to change. Things like "E", "G", "Dimension", "Izz_modifier" works fine.... Do I have the right syntax here?

Third Question:
In the future, I plan to group objects by section set first, and then use them for property assignment. It seems like official documentation is still being developed. Is there any example snippet for how to go about doing this? I suspect this will be a very often-repeated operation for me.
Thank you so much for your help!
Robert