Procedure.AddNewAlarming Method (String, String, AlarmingStepFunction, BaseNode)
- Updated2023-02-21
- 2 minute(s) read
Adds a new Alarming step to a procedure. This step performs the specified Function on the specified Alarm when the step executes.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddNewAlarming ( _ Name As String, _ Description As String, _ Function As AlarmingStepFunction, _ Alarm As BaseNode _ ) As Boolean |
| C# |
|---|
public bool AddNewAlarming( string Name, string Description, AlarmingStepFunction Function, BaseNode Alarm ) |
| Visual C++ |
|---|
public: bool AddNewAlarming( String^ Name, String^ Description, AlarmingStepFunction Function, BaseNode^ Alarm ) |
Parameters
- Name
- Type: System.String
The name of the step.
- Description
- Type: System.String
The description of the step.
- Function
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.AlarmingStepFunction
The action that the step performs on the Alarm.
- Alarm
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The alarm on which to apply the Function.