Hi,
I have an object that simulates a specific kind of support. Currently this object only affects the current analysis it is being set to. I would like it to affect every analysis in the tree. I've managed to create a duplicate of it in XML, adding a <target type="userobject" name="analysisFolder"/>
- so now I can add the "same" object to either Analysis or Model (they do have a different XML name, but the captions and functions are the same) - see picture below.

This object adds APDL commands to the solver using <getcommands>
. For the global (Model) object if I try to get to the current analysis using load.Analysis, it returns None. How do I access the Analysis that is currently being solved? I need to get things like WorkingDir, MeshData, analysis unit system and more.