[Paraview] Writing csv data in python script
denis cohen
denis.cohen at gmail.com
Fri Aug 8 11:30:58 EDT 2014
Hi Casey,
I've tried this like in your suggestion:
SetActiveSource(IntegrateVariables1)
DataSetCSVWriter()
FileName="foo_points.csv"
FieldAssociation = "Points"
UpdatePipeline()
and other similar commands but none produced a csv file. Any hints?
Thanks
Denis
On Tue, Aug 5, 2014 at 7:38 PM, Casey Goodlett <casey.goodlett at kitware.com>
wrote:
> Denis,
>
> You could look here
> <http://public.kitware.com/gitweb?p=VeloView.git;a=blob;f=VelodyneHDL/python/veloview/applogic.py;h=4a0d7d546fe57c58a5e073964fc97dcaff03a51e;hb=HEAD>
> on lines 468-476 for how this is done in VeloView. You can ignore the
> rotateCSVFile function call.
>
>
>
>
> On Sat, Aug 2, 2014 at 5:34 AM, denis cohen <denis.cohen at gmail.com> wrote:
>
>> Hi,
>> New to python scripting. How can one output a csv file inside a python
>> script/macro?
>> I am trying the wiki:
>> >>> writer = CreateWriter(".../foo.csv", source)
>> >>> writer.FieldAssociation = "Points" # or "Cells"
>> >>> writer.UpdatePipeline()
>> >>> del writer
>>
>> But I get:
>> Traceback (most recent call last):
>> File "<string>", line 173, in <module>
>> AttributeError: 'str' object has no attribute 'UpdatePipeline'
>>
>> Thanks for any help.
>>
>> Denis
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/paraview
>>
>>
>
>
> --
> Casey B. Goodlett, Ph.D.
> Technical Leader
> Kitware, Inc. - North Carolina Office
> http://www.kitware.com
> (919) 969-6990 x310
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140808/da02beb1/attachment.html>
More information about the ParaView
mailing list