RuleConfiguration.ConfigurationData

Syntax

RuleConfiguration.ConfigurationData

Data Type

PropertyObject

Purpose

In a rule configuration module, use this property to store configuration data for the rule. In an analysis module, use this property to obtain the configuration data stored for the rule.

Remarks

Use only rule configuration modules to modify configuration data. Do not make changes to the data in an analysis module.

The TestStand Sequence Analyzer creates an empty container property object for each rule when it creates a new analyzer project. Use a rule configuration module to save rule data in the property object.

When you save configuration data to this property in a rule configuration module, also set the RuleConfiguration.Description property to include a description of the configuration data so that generated reports contain information about the configuration data and so that users can easily view the rule settings by viewing the rule description on the Rules pane of the Current Sequence Analyzer Project window in the TestStand Sequence Editor or on the Rules tab of the stand-alone sequence analyzer application .

See Also

Creating Analysis Modules

Creating Rule Configuration Modules

RuleConfiguration.Description

Rules pane of current sequence analyzer project

Rules tab of stand-alone sequence analyzer application