VeriStand .NET API Reference

LaunchNIVeriStand Class

Represents a Launch NI VeriStand step, which launches the NI VeriStand executable.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class LaunchNIVeriStand _
	Inherits ActionStep
C#
public class LaunchNIVeriStand : ActionStep
Visual C++
public ref class LaunchNIVeriStand : public ActionStep

Remarks

The Stimulus Profile Editor runs as a separate executable from the main NI VeriStand application. While you can edit stimulus profiles and real-time sequences without launching NI VeriStand, you cannot successfully execute tests unless NI VeriStand is running.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
            NationalInstruments.VeriStand.StimulusProfileDefinitionApi.LaunchNIVeriStand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience