live Module

This is a module to perform live visualization in the context of Catalyst.

paraview.live.ConnectToCatalyst(ds_host='localhost', ds_port=22222)[source]

Creates a connection to a catalyst simulation. Example usage:

> Connect(“amber”) # Connect to a single server at default port > Connect(“amber”, 12345) # Connect to a single server at port 12345

return a LiveInsituLink object.

paraview.live.ExtractCatalystData(link, name)[source]

Extract data called “name” from simulation managed by the LiveInsituLink link. Register it in displaySession

paraview.live.PauseCatalyst(link, pause=True)[source]

Pause / Unpause the Catalyst simulation managed by the LiveInsituLink link.

paraview.live.ProcessServerNotifications()[source]

Processes pending events from server.