<div dir="ltr"><div>Hi Paul,<br><br></div>This should get tracked in the Python Trace functionality. I'll add a bug report for this. For now you can do it manually with something like:<br><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">>>> w = Wavelet()</span>
<p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">>>> selection = SelectCells(query="id==0")</span></p>
<p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">>>> ec = ExtractSelection(Selection=selection)</span></p><p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">>>> ec.UpdatePipeline()</span></p><p style="margin:0px;text-indent:0px"><br><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)"></span></p><p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">This should select the first cell of the Wavelet source and extract it. For point selection replace SelectCells with SelectPoints. There's probably more complex selections for multiblock data sets but talking to you I thought you had an unstructured data set. For the query string, you can see how more complex queries are created in the Find Data option under the Edit menu.<br></span></p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Let me know if this doesn't work for you.<br></p><p style="margin:0px;text-indent:0px"><br><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)"></span></p><p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">Cheers,</span></p><p style="margin:0px;text-indent:0px"><span style="font-family:"Courier";font-size:8.25pt;color:rgb(0,0,0)">Andy<br></span></p><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 26, 2015 at 3:28 PM, Paul DesJardin <span dir="ltr"><<a href="mailto:ped3@buffalo.edu" target="_blank">ped3@buffalo.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm trying to use the PlotSelectionOverTime command in a python script<br>
for use with pvbatch.  When using PlotSelectionOverTime in the GUI,<br>
there is a "Copy Active Selection" operation required which I cannot<br>
replicate in the python script.  The incremental trace option doesn't<br>
appear to provide information since nothing is reported when the the<br>
"Copy Active Selection" button is pushed.<br>
<br>
Any help would be much appreciated.....<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul<br>
</font></span></blockquote></div><br></div>