VeriStand .NET API Reference

Target.GetProcedures Method

Gets the Procedures section under the target, which contains any procedures you add. Procedures specify sets of actions that the VeriStand Engine executes in response to an event, such as an alarm.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function GetProcedures As Procedures
C#
public Procedures GetProcedures()
Visual C++
public:
Procedures^ GetProcedures()

Return Value

A Procedures object.

See Also

Log in to get a better experience