VeriStand .NET API Reference

OpenProjectStep Class

Represents an Open VeriStand Project step, which opens an NI VeriStand project (.nivsproj) file.

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 OpenProjectStep _
	Inherits ActionStep
C#
public class OpenProjectStep : ActionStep
Visual C++
public ref class OpenProjectStep : public ActionStep

Remarks

Use the members of this class to get and set information about the project, such as the path to the project on disk and the username and password for accessing the project.

Accessing this Class:

Inheritance Hierarchy

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

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