VeriStand .NET API Reference

IStimulusProfileSession.Sequence Property

Gets a reference to the sequence specified by the qualified sequence name in the Stimulus Profile Session.

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)
ReadOnly Property Sequence ( _
	sequence_name As String _
) As ISequenceControl
C#
ISequenceControl Sequence[
	string sequence_name
] { get; }
Visual C++
property ISequenceControl^ Sequence[String^ sequence_name] {
	ISequenceControl^ get (String^ sequence_name);
}

Parameters

sequence_name
Type: System.String
The sequence for which to get the reference.

See Also

Log in to get a better experience