Behaviors that define how TSM responds to alarms that are raised during testing.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public enum AlarmBehavior

Members

NameValueDescription
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.