NI-SCOPE .NET Class Library Help

ScopeScalarMeasurementStatistics Class

  • Updated2023-09-06
  • 3 minute(s) read
ScopeScalarMeasurementStatistics Class

ScopeScalarMeasurementStatistics Class

Maintains the measurement value and the statistical results.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeScalarMeasurementStatistics

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public class ScopeScalarMeasurementStatistics
Public Class ScopeScalarMeasurementStatistics

The ScopeScalarMeasurementStatistics type exposes the following members.

Properties

  NameDescription
Public propertyMax
Gets the largest scalar value acquired in the most recent number of measurements.
Public propertyMean
Gets or sets the mean scalar value of the measurement acquired.
Public propertyMeasurementResult
Gets the resulting measurement.
Public propertyMin
Gets the smallest scalar value acquired.
Public propertyStandardDeviation
Gets the standard deviation of the most recent measurements indicated by StatisticsCount.
Public propertyStatisticsCount
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to the niScope_FetchMeasurementStats topic in the NI-SCOPE Function Reference Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also