AlarmBehavior Enumeration
- Updated2026-06-25
- 1 minute(s) read
Behaviors that define how TSM responds to alarms that are raised during testing.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public enum AlarmBehavior
Members
| Name | Value | Description |
|---|---|---|
| Ignore | TSM ignores the alarm occurrence. | |
| Log | TSM logs the alarm occurrence in reports and in the Output pane of the Sequence Editor. | |
| Fail | TSM logs the alarm occurrence and fails the step that caused the alarm occurrence. | |
| Error | TSM logs the alarm occurrence, generates a run-time error, and assigns the Alarm Bin to the DUT. |