<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hello Everyone,
<div class=""><br class="">
</div>
<div class="">I’m wanting to gain more control over automation with my paraview python scripts. This time around, I’d like to be able to extract information from the model and use it
<i class="">in</i> my python script. </div>
<div class=""><br class="">
</div>
<div class="">For example, I’d like to extract the minimum and maximum values of a cell variable from a specific block and use those values in the python script. Once I extract this information, I’d use it for some additional processing. Something like:</div>
<div class=""><br class="">
</div>
<div class="">minValue, maxValue = someCoolParaviewFunction(blockName, variableName)</div>
<div class=""><br class="">
</div>
<div class="">Is this possible? If so, any suggestions on how to do it? </div>
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Ryan</div>
</body>
</html>