[Paraview] "File->Save Data" from python

Paul Edwards paul.m.edwards at gmail.com
Thu Feb 24 04:51:54 EST 2011


d'oh accidentally click send!

I've added the bug for python trace to mantis:-
http://www.paraview.org/Bug/view.php?id=11892

<http://www.paraview.org/Bug/view.php?id=11892>Regards,
Paul

On 24 February 2011 09:42, Paul Edwards <paul.m.edwards at gmail.com> wrote:

> Thanks Jean - I also found this example when looking through the mailing
> list:
>
> A workaround to save CSV data in the Python Shell is the following:
>
> It would be nice if it worked from the trace (and without having to create
> a spreadsheet
>
>
> On 23 February 2011 16:59, Favre Jean <jfavre at cscs.ch> wrote:
>
>>
>> w = CSVWriter()
>> w.FileName = "/local/data/tmp/foo.csv"
>> #s1 should be of type Table
>> w.Input = s1
>> w.UpdatePipeline()
>>
>>
>> -----------------
>> Jean M. Favre
>> Swiss National Supercomputing Center
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110224/8586c716/attachment.htm>


More information about the ParaView mailing list