RuleAnalysisDataScope

Use this enumeration with the AnalysisContext.GetRuleAnalysisData method.

  • RuleAnalysisDataScope_File –(Value: 1) Specifies the rule analysis data that is specific to the file being analyzed. The TestStand Sequence Analyzer creates the file data the first time you call the AnalysisContext.GetRuleAnalysisData method while analyzing the file and destroys it after the analysis of the file completes and after calling analysis modules for the after file transition. Do not use this option for the AnalysisTransition_BeforeSystem and AnalysisTransition_AfterSystem transitions.
  • RuleAnalysisDataScope_Global –(Value: 0) Specifies the rule analysis data that is global to the analysis session. The sequence analyzer creates the global data before the analysis begins and destroys it after the analysis completes.

See Also

AnalysisContext.GetRuleAnalysisData

AnalysisTransition