VeriStand .NET API Reference

IAlarm.SetAlarmMode Method

Sets the AlarmMode, or operating mode, of an alarm to 0 —Normal or 1 —IndicateOnly.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function SetAlarmMode ( _
	mode As AlarmMode _
) As Error
C#
Error SetAlarmMode(
	AlarmMode mode
)
Visual C++
Error^ SetAlarmMode(
	AlarmMode mode
)

Parameters

mode
Type: NationalInstruments.VeriStand.ClientAPI.AlarmMode
Specifies the AlarmMode enumeration.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience