VeriStand .NET API Reference

AlarmTriggerEventArgs.priority Property

Gets the priority of the alarm. Lower numbers indicate a higher alarm priority. For example, 4 is higher priority than 31.

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)
Public ReadOnly Property priority As UInteger
C#
public uint priority { get; }
Visual C++
public:
property unsigned int priority {
	unsigned int get ();
}

See Also

Log in to get a better experience