IStimulusProfileSession.Sequence Property
- Updated2023-02-21
- 2 minute(s) read
Gets a reference to the sequence specified by the qualified sequence name in the Stimulus Profile Session.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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.