07-13-2016 03:26 PM
Is there any way by which I can send data from one sequence analyzer rule to another.
I have created rules to count number of SCOPE step, REQUIREMENT TEXT step , APPROACH step
Now I want to create another rules which reads the values from each of these rules
Solved! Go to Solution.
07-14-2016 12:47 PM
Would it be possible to extract all that data into a variable of some sort, and then routinely check that?
07-14-2016 12:51 PM
I don't want to extract the data in any variable. I wanted the sequence analyzer to internally send data from one rule to anoter
07-14-2016 12:59 PM
Tah44-
What language are you writing your custom Sequence Analyzer rules in?
-Jeff
07-14-2016 01:02 PM
Labview
07-14-2016 01:18 PM - last edited on 10-30-2024 02:22 PM by Content Cleaner
Tah44-
Here are a few ideas that come to mind:
-Jeff
07-15-2016 09:27 AM - last edited on 10-30-2024 02:24 PM by Content Cleaner
Tah44-
One of my colleagues brought another, likely better, idea to my attention this morning:
Use the AnalysisContext.GetRuleAnalysisData method to access other Analysis Rule's data: https://www.ni.com/docs/en-US/bundle/teststand/page/creating-analysis-modules-for-custom-rules.html
-Jeff