AlarmTriggerEventArgs.priority Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the priority of the alarm. Lower numbers indicate a higher alarm priority. For example, 4 is higher priority than 31.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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 (); } |