SendWorkspaceToolMessageStep Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a Send Workspace Tool Message step. This step sends an open Workspace tool VI a specified message or command, as well as data required by the case in the tool that handles the command.
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 SendWorkspaceToolMessageStep _ Inherits ActionStep |
| C# |
|---|
public class SendWorkspaceToolMessageStep : ActionStep |
| Visual C++ |
|---|
public ref class SendWorkspaceToolMessageStep : public ActionStep |
Remarks
Use the members of this class to configure the command to send to a Workspace tool.
The Workspace tool must be capable of receiving commands. Typically, this means the tool VI must have a case that handles the command. |
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.SendWorkspaceToolMessageStep
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.SendWorkspaceToolMessageStep
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.