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 |
Property Value
An
Expression object. This expression must evaluate to a Boolean value.