VeriStand .NET API Reference

Table of Contents

ForLoop.Iterations Property

Gets or sets the expression that represents the number of iterations the loop executes.

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 Property Iterations As Expression
C#
public Expression Iterations { get; set; }
Visual C++
public:
property Expression^ Iterations {
	Expression^ get ();
	void set (Expression^ value);
}

Property Value

The total number of iterations, as an Expression.

See Also

Log in to get a better experience