<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style><style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" lang="EN-US" link="blue" vlink="purple">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
<div class="WordSection1">Incidentally, I tried to achieve this with a Python programmable filter since that was Alan's question.<br>
<br>
I did not succeed.  I am removing the TIME_STEPS() and TIME_RANGE() in the  RequestInformationScript script. I am setting a different UPDATE_TIME_STEP() at each iteration of the RequestUpdateExtentScript. I am setting CONTINUE_EXECUTING() in the main Script,
 but ParaView just does not loop after the first iteration.<br>
<br>
I have the feeling I am not setting CONTINUE_EXECUTING on the right object. Question:<br>
<br>
how does one get the request object from the executive? When I look at C code, I see
<br>
<br>
int vtkTemporalStatistics::RequestData(vtkInformation *request,<br>
                                       vtkInformationVector **inputVector,<br>
                                       vtkInformationVector *outputVector)<br>
{<br>
...<br>
request->Set(vtkStreamingDemandDrivenPipeline::CONTINUE_EXECUTING(), 1)<br>
...<br>
}<br>
<br>
What is the equivalent in Python within a ProgrammableFilter()?<br>
<br>
Jean/CSCS<br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div></div>
</div>
</div>
</body>
</html>