VeriStand .NET API Reference

Table of Contents

DoWhileLoop Class

Represents a DoWhile Loop primitive, which executes its body of statements at least once and continues executing until a specified condition 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 Class DoWhileLoop _
	Inherits AbstractLoop _
	Implements IEquatable(Of DoWhileLoop)
C#
public class DoWhileLoop : AbstractLoop, 
	IEquatable<DoWhileLoop>
Visual C++
public ref class DoWhileLoop : public AbstractLoop, 
	IEquatable<DoWhileLoop^>

Remarks

Use the members of this class to configure the loop, including the condition to use to stop execution.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
            NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
                NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.DoWhileLoop

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