Loads a previously recorded macro (.nivsmacro) file for playback.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function LoadMacro ( _
filepath As String _
) As Error |
| C# |
|---|
Error LoadMacro(
string filepath
) |
| Visual C++ |
|---|
Error^ LoadMacro(
String^ filepath
) |
Parameters
- filepath
- Type: System.String
Specifies the macro (.nivsmacro) file to load.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.