References Class
- Updated2023-02-21
- 2 minute(s) read
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.RealTimeSequenceDefinitionApiAssembly: 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
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.