Hi Matthew, thanks for the additional information. If I understand correctly, there are mainly 3 steps at play here, each of which repeated a certain number of times:
Posing the anatomical model to the desired posture
Moving the model to the desired position inside the coil
Running the simulation
What I would do for a workflow like this is:
a) Pose the model to the desired posture [in the GUI]
b) "Clone As Static" the desired posture [in the GUI]
c) Export the posed model to a .sab file [using a script in the GUI, but clicking buttons could also do]
a) Starting from scratch, load the coil and load the posed model [using a script]
b) Move the model to the desired position [using a script]
c) Setup the simulation [using a script]
Run the simulation [using a script]
(4). Postprocess the simulation [using a script]
So to answer your initial question: I still don't know how to Clone As Static from a script, but since I also don't know how to use the POSER from a script I would anyway still have to use the GUI to create each posture (and then the "Clone as static" is only one click away...).
Let me know if I misunderstood your workflow, or if you find a better way to achieve it than what I suggested.