VeriStand .NET API Reference

Table of Contents

Code Class

Represents the Code section of a sequence, which is the top-level container for all sequence code and contains the Setup, Main, and CleanUp sections.

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 Code _
	Inherits BaseNode _
	Implements IEquatable(Of Code)
C#
public class Code : BaseNode, IEquatable<Code>
Visual C++
public ref class Code : public BaseNode, 
	IEquatable<Code^>

Remarks

Use the members of this class to access the Setup, Main, and CleanUp sections of sequence code.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Code

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