DataValue Class
- Updated2023-02-21
- 2 minute(s) read
Represents the value of data for a real-time sequence.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public MustInherit Class DataValue _ Inherits DataResource |
C# |
---|
[SerializableAttribute] public abstract class DataValue : DataResource |
Visual C++ |
---|
[SerializableAttribute] public ref class DataValue abstract : public DataResource |
Remarks
This class is a base class for all primitive data types available in real-time sequences. The Stimulus Profile API uses DataValue where primitive data types are appropriate, but channel references are not, such as the return value of a real-time sequence.
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.ScalarDataValue
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.DataValue
NationalInstruments.VeriStand.Data.DataValueArray
NationalInstruments.VeriStand.Data.ScalarDataValue
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.