AnalysisUtilities.AutomaticPropertyCheckingEnabled
- Updated2025-07-21
- 1 minute(s) read
AnalysisUtilities.AutomaticPropertyCheckingEnabled
Syntax
AnalysisUtilities.AutomaticPropertyCheckingEnabled
Data Type
Purpose
Set this property to False in an analysis module to prevent the sequence analyzer built-in analysis modules from performing automatic checks on step properties that are instances of the Path and Expression data types. An analysis module typically sets this property to False when analyzing a step instance for a custom step type. The analysis module must perform all expression and path property checking for the step when you disable this property. The analysis module can perform more specific expression checking than the built-in analysis modules, including type validation, and can selectively analyze properties based on other property values.
The sequence analyzer automatically resets this property to True before analyzing each step. The sequence analyzer always checks all built-in expression and path properties, such as pre-expressions and preconditions, even if an analysis module sets this property to False .