VeriStand .NET API Reference

DoWhileLoop.LoopTest Property

Gets or sets the Expression that is evaluated to determine whether the loop should stop executing. The loop terminates when this expression is false (False in Visual Basic).

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

Property Value

An Expression object.

See Also

Log in to get a better experience