[Paraview] data server reverse connection in python?

pat marion pat.marion at kitware.com
Tue Oct 13 19:43:39 EDT 2009


You may also have to call servermanager.Disconnect() before calling
servermanager.ReverseConnect().  This is because paraview.simple
creates a builtin connection by default.

Pat

On Tue, Oct 13, 2009 at 1:23 PM, Berk Geveci <berk.geveci at kitware.com> wrote:
> It looks like we forgot to add support for reverse connection to the
> simple module. The following should work:
>
> from paraview import servermanager
> servermanager.ReverseConnect() # this takes an optional port argument
>
> You will also need to do the following if you want animation to work:
>
> servermanager.ProxyManager().RegisterProxy("timekeeper", "tk",
> servermanager.misc.TimeKeeper())
>
> -berk
>
> On Tue, Oct 13, 2009 at 1:07 PM, Maxwell, Thomas P.
> (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP] <thomas.maxwell at nasa.gov>
> wrote:
>> Is there a way to accept a (reverse) connection from a remote data server
>> using the paraview modules in a python shell?
>>
>> _______________________________________________
>> 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
>>
>>
> _______________________________________________
> 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
>


More information about the ParaView mailing list