VeriStand .NET API Reference

Table of Contents

RootNode Class

Represents the abstract base class from which real-time sequence and stimulus profile files 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)
<SerializableAttribute> _
Public MustInherit Class RootNode _
	Inherits BaseNode
C#
[SerializableAttribute]
public abstract class RootNode : BaseNode
Visual C++
[SerializableAttribute]
public ref class RootNode abstract : public BaseNode

Remarks

RootNode provides an abstract base class for RealTimeSequence and StimulusProfile objects.

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