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.

Scope GetCursorData through XMLRPC

0 votes
667 views

My question is similar in spirit to:

https://forum.plexim.com/673/exporting-scope-data-as-csv-using-xml-rpc?show=673#q673

where the user wanted to use the plecs('scope', 'scopepath', 'ExportCSV', 'filename') plecs to export some scope data to CSV using python's xml rpc client.

I would like to use plecs('scope', 'scopepath', 'getcursordata', [t1, t2], 'analysis1, ...) from xmlrpc but server.plecs.scope('scopepath', 'GetCursorData', [t1, t2], 'analysis1', ... ) returns an "invalid method parameters" error. My guess is that this is another function which does not translate to xml-rpc? If that is the case is there any plan to port these "missing" functions from plecs standalone script environment to xml-rpc?

asked Jun 19, 2019 by nhawes (17 points)

Please log in or register to answer this question.

...