Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

Python XML-RPC model components

0 votes
202 views
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?
asked Mar 7, 2023 by Ugaitz (12 points)

1 Answer

0 votes
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.
answered Mar 14, 2023 by Bryan Lieblick (1,905 points)
...