I want to make a Python script to run some PLECS standalone simulation over the XML-RPC. Is there a way to get all the component names with their paths?
Typically XML-RPC commands are used on static models where the model structure will not change, only the parameters associated with particular components.
Therefore there currently there is not a command that returns the components in the model schematic or within a given subsystem.