RestoreAlarmBehavior(string[], string)
- Updated2026-06-25
- 1 minute(s) read
Restores the behavior associated with one or more alarms on pins to the values specified in the Alarms panel of the Test Program Editor for all sites in the ISemiconductorModuleContext. TSM restores the alarm behavior for all alarms and pins to the value specified in the Alarms panel of the Test Program Editor before testing each DUT.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void RestoreAlarmBehavior(string[] pins, string alarmNames)
Parameters
| Name | Type | Description |
|---|---|---|
| pins | string[] | The name of the pins or pin groups for which to restore alarm behavior. |
| alarmNames | string | A comma-separated list of alarm names for which to restore alarm behavior. Use the AlarmNames class to specify the alarm names. |