Message 1 of 1
Python API: syntax to save data from XYPlot
Not applicable
07-12-2018
03:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, I need to save several datas by XYPlot from my simulations and I would like to do it with an Internal Script in Python. Since I didn´t find any example to do it, could someone help me with the syntax? What I want to do with the script is: 1) load from a .xyp file the points 2) save data in a .csv file I know how to do it manually: 1) Select the plan 2) Click XY Plot 3) Select: Read from a file... and click Plot 4) Select: Save data I think I should use the module DC, then SummaryXYPlot and saveData. Thank you for the help, Roberto