VeriStand .NET API Reference

SequenceCallInfo Constructor

Initializes a new instance of SequenceCallInfo.

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 Sub New ( _
	SequencePath As String, _
	Target As String, _
	ParameterAssignments As SequenceParameterAssignmentInfo(), _
	Debug As Boolean, _
	Timeout As Double _
)
C#
public SequenceCallInfo(
	string SequencePath,
	string Target,
	SequenceParameterAssignmentInfo[] ParameterAssignments,
	bool Debug,
	double Timeout
)
Visual C++
public:
SequenceCallInfo(
	String^ SequencePath, 
	String^ Target, 
	array<SequenceParameterAssignmentInfo^>^ ParameterAssignments, 
	bool Debug, 
	double Timeout
)

Parameters

SequencePath
Type: System.String
The file path of the sequence file to execute.
Target
Type: System.String
The name of the target on which to execute the sequence.
ParameterAssignments
Type: NationalInstruments.VeriStand.ClientAPI.SequenceParameterAssignmentInfo
The parameter assignments for the sequence.
Debug
Type: System.Boolean
Whether the sequence executes in debug mode.
Timeout
Type: System.Double
The timeout in milliseconds within which the sequence must complete each time step.

See Also

Log in to get a better experience