VeriStand .NET API Reference

Table of Contents

ForLoop Class

Represents a For Loop, which executes its body of statements for a fixed number of iterations.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class ForLoop _
	Inherits AbstractLoop _
	Implements IEquatable(Of ForLoop)
C#
public class ForLoop : AbstractLoop, IEquatable<ForLoop>
Visual C++
public ref class ForLoop : public AbstractLoop, 
	IEquatable<ForLoop^>

Remarks

Use the members of this class to configure the loop, including the number of iterations it executes.

Accessing this Class:

Inheritance Hierarchy

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience