VeriStand .NET API Reference

Table of Contents

IStimulusProfileSession.Run Method ()

Runs 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 Run ( _
	<OutAttribute> ByRef error As Error _
)
C#
void Run(
	out Error error
)
Visual C++
void Run(
	[OutAttribute] Error^% error
)

Parameters

error
Type: Error %
The error object.

See Also

Log in to get a better experience