VeriStand .NET API Reference

RealTimeSequenceGroupStep.Sequences Property

Gets or sets the real-time sequences that belong to the real-time sequence group.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Sequences As RealTimeSequenceCallStep()
C#
public RealTimeSequenceCallStep[] Sequences { get; set; }
Visual C++
public:
property array<RealTimeSequenceCallStep^>^ Sequences {
	array<RealTimeSequenceCallStep^>^ get ();
	void set (array<RealTimeSequenceCallStep^>^ value);
}

Property Value

An array of RealTimeSequenceCallStep objects.

See Also

Log in to get a better experience