VeriStand .NET API Reference

Factory.GetIMacroPlayer Method

Gets the IMacroPlayer interface, which you can use to interact with the Macro Player tool. Use this interface to load a macro (.nivsmacro) file you created using the IMacroRecorder interface or the Macro Recorder tool in NI VeriStand, and to play back the commands NI VeriStand sent to the execution host during the time the Macro Recorder ran.

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)
Public Function GetIMacroPlayer ( _
	gateway_ip_address As String _
) As IMacroPlayer
C#
public IMacroPlayer GetIMacroPlayer(
	string gateway_ip_address
)
Visual C++
public:
IMacroPlayer^ GetIMacroPlayer(
	String^ gateway_ip_address
)

Parameters

gateway_ip_address
Type: System.String
Specifies the IP address of the VeriStand Gateway.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience