VeriStand .NET API Reference

IStimulusProfileSession.Deploy Method (Boolean, String, )

Deploys the Stimulus Profile Session. If an error occurs, this instance outputs an error object.

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

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.
error
Type: Error %
The error object.

See Also