<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Saving the data from XY plot to csv files using API in CFD Forum</title>
    <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8340308#M8575</link>
    <description>&lt;P&gt;Yes, the API does have a monitorPoint() function which does allow you to extract results at a specified location.&amp;nbsp; You could specify a number of these points and then assemble the data into Excel to create an XY plot.&amp;nbsp; Suggest you look at the results_per_iteration_step.py example in the API documentation.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2018 12:17:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-17T12:17:47Z</dc:date>
    <item>
      <title>Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8337466#M8571</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to write an API in order to save the&amp;nbsp;XY plots (for example 5 sets of plots)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;csv&amp;nbsp;files.&lt;/P&gt;&lt;P&gt;Do you have an example of such API or another solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, SAFI&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 12:43:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8337466#M8571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8338208#M8572</link>
      <description>&lt;P&gt;Don't think that will be possible.&amp;nbsp; There are no function calls for that; that area of the interface was never really exposed to the API.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 16:34:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8338208#M8572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T16:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8338476#M8573</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestion to export air velocity and temperature at some points near a solid surface?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Safi&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 18:10:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8338476#M8573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T18:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8339444#M8574</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is for a few set of plots. Forget API and go manual no?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just export results within the XY plot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/558392iE00E48D25D81286D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 04:05:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8339444#M8574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T04:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8340308#M8575</link>
      <description>&lt;P&gt;Yes, the API does have a monitorPoint() function which does allow you to extract results at a specified location.&amp;nbsp; You could specify a number of these points and then assemble the data into Excel to create an XY plot.&amp;nbsp; Suggest you look at the results_per_iteration_step.py example in the API documentation.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 12:17:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8340308#M8575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Saving the data from XY plot to csv files using API</title>
      <link>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8350265#M8576</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;for the reply. Indeed, I still think it could be a way to export the plotxy as long as we can export the points. I checked the codes and tried to modify them, however it did not work. Since I have 20 plotxy, getting the points corresponding to each plot xy, would be very much confusing and small error may destroy my simulations.&lt;BR /&gt;By now, I still manually export plot xy, but please let me know if there is a modified code for export the Plot-xy&amp;nbsp;automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 13:48:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/cfd-forum/saving-the-data-from-xy-plot-to-csv-files-using-api/m-p/8350265#M8576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T13:48:59Z</dc:date>
    </item>
  </channel>
</rss>

