simple.version Module

paraview.simple.version.GetOpenGLInformation(location=16)[source]

Recover OpenGL information on either the client or server.

Parameters:

location (vtkPVServer.ServerFlags enum value) – Where the OpenGL information should be retrieved, e.g., pass vtkPVSession.CLIENT if you want OpenGL info from the client system (default value), pass in vtkPVSession.SERVERS if you want the server.

paraview.simple.version.GetParaViewSourceVersion()[source]
Returns:

the ParaView source version string, e.g., ‘paraview version x.x.x, Date: YYYY-MM-DD’.

Return type:

str

paraview.simple.version.GetParaViewVersion()[source]
Returns:

The version of the ParaView build in (major, minor) form.

Return type:

2-element tuple