Returns the behavior associated with an alarm on the pin on each site in the ISemiconductorModuleContext. Use the OverrideAlarmBehavior(string, string, AlarmBehavior) and RestoreAlarmBehavior(string, string) methods to change the behavior associated with an alarm on pins.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public AlarmBehavior[] GetAlarmBehavior(string pin, string alarmName)

Parameters

NameTypeDescription
pinstring

The name of the pin for which to get alarm behavior.

alarmNamestring

The name of the alarm for which to get alarm behavior. Use the AlarmNames class to specify the alarm name.

Returns

The alarm behavior associated with the alarm on the pin for each site. The order of the array matches the site order in the ISemiconductorModuleContext.