<div dir="ltr"><div dir="ltr" style="font-size:12.8px">Hi All,<div><br></div><div>I found an older post that used the SelectPoints/SelectCells methods. However, even with "OnlyReportSelectionStatistics = 0" I still am getting min, q1, med, q3, max, avg, std. My script is attached.</div></div><div class="gmail-yj6qo gmail-ajU" style="font-size:12.8px"></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 6, 2017 at 4:11 PM, John <span dir="ltr"><<a href="mailto:l.rabbit.88@gmail.com" target="_blank">l.rabbit.88@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all,<div><br></div><div>I'm trying to collect data over time. Using as a </div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>#### import the simple module from the paraview</div></div><div><div>from paraview.simple import *</div></div><div><div><br></div></div><div><div># create a new 'ExodusIIReader'</div></div><div><div>reader = ExodusIIReader(FileName=['C:\\<wbr>Users\\John\\Desktop\\<wbr>download\\V_171_V_d_2_um_phi_<wbr>4.50_eV_tOn_0.5_ns.e'])</div></div><div><div>reader.<wbr>GenerateObjectIdCellArray = 1</div></div><div><div>reader.<wbr>GenerateGlobalElementIdArray = 1</div></div><div><div>reader.ElementVariables = reader.ElementVariables.<wbr>Available</div></div><div><div>reader.PointVariables = reader.PointVariables.<wbr>Available</div></div><div><div>reader.ElementBlocks = reader.ElementBlocks.Available</div></div><div><div>reader.ApplyDisplacements = 1</div></div><div><div>reader.DisplacementMagnitude = 1.0</div></div><div><div><br></div></div><div><div># get animation scene</div></div><div><div>animationScene1 = GetAnimationScene()</div></div><div><div><br></div></div><div><div># update animation scene based on data timesteps</div></div><div><div>animationScene1.<wbr>UpdateAnimationUsingDataTimeSt<wbr>eps()</div></div><div><div><br></div></div><div><div># create a new 'Integrate Variables'</div></div><div><div>integrateVariables1 = IntegrateVariables(Input=<wbr>reader)</div></div><div><br></div></blockquote>Then, in the trace, the next important line output is<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>plotSelectionOverTime1 = PlotSelectionOverTime(Input=<wbr>integrateVariables1, Selection=None)</div></blockquote><br><div>But whereas in the GUI, it integrates over space for all time steps, this doesn't create any data. I'm assuming the problem is related to "Selection=None" but I cannot figure out how to select the data or a different function I could use.</div><div><br></div><div>Any advice?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>John </div></font></span></div>
</blockquote></div><br></div>