OpenWorkspaceToolStep Class
- Updated2023-02-21
- 2 minute(s) read
Represents an Open Workspace Tool step, which opens a Workspace tool for the active NI VeriStand project.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class OpenWorkspaceToolStep _ Inherits ActionStep |
| C# |
|---|
public class OpenWorkspaceToolStep : ActionStep |
| Visual C++ |
|---|
public ref class OpenWorkspaceToolStep : public ActionStep |
Remarks
Use the members of this class to configure the step, including the path to the tool to open and the amount of time to allow the tool for initialization.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.OpenWorkspaceToolStep
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.OpenWorkspaceToolStep
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.