Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / Animation / A7.py
index 52e37b106b12b8c23c96da2de7c0b15364be5342..48d7aab63edd53e9cb14d2e6230833cd308fa088 100644 (file)
@@ -64,9 +64,10 @@ if not picturedir.endswith(os.sep):
     picturedir += os.sep
 
 # Select only the current field:
-aProxy.PointArrays.DeselectAll()
-aProxy.CellArrays.DeselectAll()
-aProxy.CellArrays = ['pression']
+aProxy.AllArrays = []
+aProxy.UpdatePipeline()
+aProxy.AllArrays = ['TS0/dom/ComSup0/pression@@][@@P0']
+aProxy.UpdatePipeline()
    
 # Animation creation and saving into set of files into picturedir
 scene = AnimateReader(aProxy,aView,picturedir+"A7_dom."+my_format)