VeriStand .NET API Reference

WhileLoop.LoopTest Property

Gets or sets the Boolean expression that is evaluated to determine whether to execute the WhileLoop. The loop executes as long as this expression evaluates to true (True 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. This expression must evaluate to a Boolean value.

See Also

Log in to get a better experience