VeriStand .NET API Reference

StimulusProfile.ExecuteAsync Method

Starts executing the stimulus profile asynchronously, or in a separate VeriStand Engine loop from the Primary Control Loop.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub ExecuteAsync ( _
	gatewayIP As String, _
	uutSerialNumber As String _
)
C#
public void ExecuteAsync(
	string gatewayIP,
	string uutSerialNumber
)
Visual C++
public:
void ExecuteAsync(
	String^ gatewayIP, 
	String^ uutSerialNumber
)

Parameters

gatewayIP
Type: System.String
The IP address of the VeriStand Gateway to connect to when executing the project.
uutSerialNumber
Type: System.String
The serial number of the unit under test. If this string is empty, a default value appears in the results file.

See Also

Log in to get a better experience