IMacroPlayer.PlayMacro Method
- Updated2023-02-21
- 2 minute(s) read
Runs the Macro Player tool and specifies the speed at which to play back macro files.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function PlayMacro ( _ option As PlayModeEnum _ ) As Error |
| C# |
|---|
Error PlayMacro( PlayModeEnum option ) |
| Visual C++ |
|---|
Error^ PlayMacro( PlayModeEnum option ) |
Parameters
- option
- Type: NationalInstruments.VeriStand.ClientAPI.PlayModeEnum
Speed at which to play back macro files, as specified by the PlayModeEnum enumeration.