Reference Class
- Updated2023-02-21
- 2 minute(s) read
Represents a reference to a real-time sequence. This reference contains an alias that the current sequence can use to call the referenced sequence from an Expression.
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 Reference _ Inherits BaseNode _ Implements IEquatable(Of Reference) |
C# |
---|
public class Reference : BaseNode, IEquatable<Reference> |
Visual C++ |
---|
public ref class Reference : public BaseNode, IEquatable<Reference^> |
Remarks
Use the members of this class to configure a reference to a real-time sequence.
Accessing this Class:
Examples
The following example expression demonstrates how to call a sequence
Foo.nivsseq
by reference. Foo.nivsseq
has the following components:
-
Alias:
Foo
-
Parameters:
Numeric1
,Numeric2
-
Output:
NumericOut
Foo
(Numeric1
, Numeric2
)
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Reference
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Reference
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.