VeriStand .NET API Reference

Table of Contents

Statement Class

Represents a functional statement that you can add to a real-time sequence. A statement can be any unique component that performs an action within the sequence, and statements can include sub-statements. Block, Expression, IfElse, and AbstractLoop are all common types of statements that you can add to a real-time sequence.

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

Remarks

This is a base class from which more specific statement types inherit.

Accessing this Class:

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