Yes, but under the covers the spreadsheet view is transferring the
data from the server to the client. That *might* be accessible from
Python, but using Fetch() is more straightforward.

Note that when you aren't explicitly connected to a pvserver (ParaView
server), the ParaView GUI application starts and connects to a
built-in server, so you still need to Fetch() the data you wish to
work with.

- Cory

On Tue, Mar 22, 2016 at 11:48 AM, Arshpreet Singh <[email protected]> wrote:
> On Tue, Mar 22, 2016 at 7:18 PM, Cory Quammen <[email protected]> 
> wrote:
>> Arshpreet,
>>
>> You probably need to fetch the data over to the client side with
>>
>> Fetch(values_table)
>
> Thanks Cory, That was helpful.
>
>> before you can access the data array values. By default, the array
>> values are stored only on the server - you need to manually bring them
>> over to the client side before you can access them.
>
> But I am little confused about server-client architecture, If we have
> already visualised data in spread-sheet doesn't that mean data has
> reached to client side already?
>
> --
>
> Thanks
> Arshpreet Singh
>
> I am Sikh boy, Learning by doing and Learning by teaching is my religion.
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to