Factory.GetIAlarm Method (String)
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
This method is deprecated in NI VeriStand 2010 and later. Use the GetIAlarm method instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the IAlarm interface, which you can use to get and set data for a single alarm, enable or disable the alarm, and set the alarm mode.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetIAlarm ( _ name As String _ ) As IAlarm |
| C# |
|---|
public IAlarm GetIAlarm( string name ) |
| Visual C++ |
|---|
public: IAlarm^ GetIAlarm( String^ name ) |
Parameters
- name
- Type: System.String
Specifies the name of the alarm you want to access.