I have a Python-FEM Simulation that i want to couple with a Plecs Simulation over xml-rpc.
It should go like FEM->Plecs(1 time step)->FEM->Plecs(1 time step)
Is there any way to pause the Plecs Simulation at a given time, compute my FEM Simulation, update Variables for plecs and then continue the Plecs-Sim and so on?
server.plecs.simulate(“model”, opts) seems to start a new Simulation (Coils unmagnetized etc.) every time, even when setting Start- and StopTime correctly.
System States would do the trick, but can they be stored, loaded and erased via xml-rpc?