MeasurementData Class

MeasurementData contains MeasurementResult data for a specific signal.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public class MeasurementData : IDisposable
Inheritance
Object    MeasurementData
Implements
IDisposable

Properties

Data Gets the numerical data associated with this MeasurementData.
IsValid Gets true is data is valid
PropertyKeys Gets a list of measurement data property keys that can be used with GetProperty().

Methods

DisposeReleases all resources used by the MeasurementData
Dispose(Boolean)Releases the unmanaged resources used by the MeasurementData and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetProperty Returns a measurement data property by key.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also