VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

PlayModeEnum Enumeration

The play mode of the Macro Player tool, which specifies the speed at which the tool plays back macro files.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: 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 nameDescription
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.

See Also

Was this information helpful?