VeriStand .NET API Reference

AlarmInfo.PriorityNumber Property

Gets or sets the priority of an alarm running on the target.

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 Property PriorityNumber As UInteger
C#
public uint PriorityNumber { get; set; }
Visual C++
public:
property unsigned int PriorityNumber {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Lower numbers specify a higher alarm priority. For example, 4 is higher priority than 31.

See Also

Log in to get a better experience