VeriStand .NET API Reference

Table of Contents

References Class

Represents the References section of the real-time sequence, which is represented by the References pane in the Stimulus Profile Editor. This section contains references to other real-time sequences, which you can call from expressions within the current 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 Class References _
	Inherits BaseNode _
	Implements IEquatable(Of References)
C#
public class References : BaseNode, IEquatable<References>
Visual C++
public ref class References : public BaseNode, 
	IEquatable<References^>

Remarks

Use the members of this class to get or set the sub-sequences that you can call by reference from the current sequence. Calling real-time sequences by reference is useful if you want to run multiple sequences in parallel.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.References

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