VeriStand .NET API Reference

CodeSection Class

Represents a section of code in a real-time sequence. This is a base class from which more specific code section classes, such as Setup, Main, and CleanUp, inherit.

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

Remarks

Use the members of this class to configure the statements included in a section of real-time sequence code.

Accessing this Class:

Note:

You also can access members of this class from any class that defines a section of real-time sequence code.

Inheritance Hierarchy

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