<HTML>
<HEAD>
<TITLE>Re: [Paraview] Getting requested time in reader with multiple outputs</TITLE>
</HEAD>
<BODY>
<BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Does the request object not have a <BR>
&nbsp;&nbsp;&nbsp;&nbsp;int port = request-&gt;Get(FROM_OUTPUT_PORT());<BR>
if so, you can do it that way.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>It probably does, I was just not aware of that key. &nbsp;Thanks to you an Utkarsh for pointing it out.<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
How is it that different ports are receiving different time requests? I need to make sure my redesigned pipeline will cope with this correctly. (what does your pipeline look like?)<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I am just using it in ParaView. &nbsp;Create the reader, show both outputs, hit play. &nbsp;It is a demand driven pipeline and the sinks of the pipeline are visited one at a time to pull data. &nbsp;So first one output is hit and then the other. &nbsp;The update time is only set on the output being accessed. &nbsp;I&#8217;m not sure what to do other than that. &nbsp;I suppose the Executive could also set the time on all the other siblings, but what if they intentionally have a different time range?<BR>
<BR>
Another issue I have run into is that the DATA_TIME_STEPS key is only set on the output attached to the output from which the request comes from. &nbsp;This is easy to get around, just set DATA_TIME_STEPS on the output in the reader. &nbsp;It would be nice if they all got set, but you may run into the same problems as above.<BR>
<BR>
-Ken<BR>
</SPAN></FONT><BLOCKQUOTE><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> &nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>