MacroPlayerStep Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a Macro Player step, which replays a previously recorded NI VeriStand macro (
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.nivsmacro) file.
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class MacroPlayerStep _ Inherits ActionStep |
| C# |
|---|
public class MacroPlayerStep : ActionStep |
| Visual C++ |
|---|
public ref class MacroPlayerStep : public ActionStep |
Remarks
Macro files contain recordings of commands sent to the target while an NI VeriStand project ran. You can use the Macro Recorder Workspace tool to create this file.
Use the members of this class to specify the file to play back and the timing setting to use for playback.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.MacroPlayerStep
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.MacroPlayerStep
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.