Typo, I meant this script:

>>>> from paraview.simple import *
>>>> mm = servermanager.filters.MinMax()
>>>> mm.Operation = "SUM"

>>> pm=servermanager.ProxyManager()

>>>> print pm.GetProxiesInGroup("sources")
> {('Wavelet1', '114'): <paraview.servermanager.Wavelet object at 0x2d9c9910>}
>>>> wavelet = pm.GetProxy("sources", "Wavelet1")
>>>> out = servermanager.Fetch(wavelet, mm)
> applying operation
>>>> out.GetPointData().GetArray("RTData").GetValue(0)
>
> 1418359.5
_______________________________________________
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://www.paraview.org/mailman/listinfo/paraview

Reply via email to