RuleConfiguration.Severity

Syntax

RuleConfiguration.Severity

Data Type

RuleSeverity

Use the following constants with this data type:

  • RuleSeverity_Default –(Value: 3) Specifies the default severity the rule defines.
  • RuleSeverity_Error –(Value: 0) Indicates that the analysis message reflects an error.
  • RuleSeverity_Information –(Value: 2) Indicates that the analysis message contains information that is neither a warning nor an error.
  • RuleSeverity_Unknown –(Value: 4) Do not use this value.
  • RuleSeverity_Warning –(Value: 1) Indicates that the analysis message reflects a warning.

Purpose

Use this property in an analysis module or rule configuration module to obtain the rule severity. Do not set this property.

Remarks

The TestStand Sequence Analyzer sets this property when a user changes the setting in the Severity column for a rule 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

Rules pane of current sequence analyzer project

Rules tab of stand-alone sequence analyzer application