VeriStand .NET API Reference

IStimulusProfileSession.Deploy Method (Boolean, String)

Deploys the Stimulus Profile Session. If an error occurs, this instance throws an exception.

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)
Sub Deploy ( _
	auto_start As Boolean, _
	<OutAttribute> ByRef session_id As String _
)
C#
void Deploy(
	bool auto_start,
	out string session_id
)
Visual C++
void Deploy(
	bool auto_start, 
	[OutAttribute] String^% session_id
)

Parameters

auto_start
Type: System.Boolean
If true (True in Visual Basic), starts sequences immediately upon deploy. If false (False in Visual Basic), waits for an external Run command.
session_id
Type: System.String %
The ID of the Stimulus profile session.

See Also

Log in to get a better experience