PlayModeEnum Enumeration
- Updated2023-02-21
- 2 minute(s) read
The play mode of the Macro Player tool, which specifies the speed at which the tool plays back macro files.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration PlayModeEnum |
C# |
---|
public enum PlayModeEnum |
Visual C++ |
---|
public enum class PlayModeEnum |
Members
Member name | Description |
---|---|
IgnoreTiming | Ignores timing information in macro files and plays back files as fast as possible. |
UseTiming | Uses timing information in macro files to play back files at the speed at which they were recorded. |