Hello everyone,
I am working on a TCL script using the Advanced Query tool to retrieve the maximum and minimum values of a plotted contour in HyperView.
I am using the ExtremeRule to obtain the TopN and BottomN values.
However, it seems to me that the SetQueryLogic function only lets the Advanced Query use one rule at a time. This has led me to having to run two query processes to get the max and min values every time, which can take some time when there are many load cases to run through.
Following the Hotspot Finder API Structure, it seems that there is a way to implement multiple rules with THEN, AND, OR logic operators, but I do not seem to find an example that does it this way.
Any help or guidance on this topic is appreciated, thank you.