Public Methods

  Name Description
Public method Abort Abort measurement.
Public method AddCurve Adds a Curve to the collection.
Public method ClearAllPeaks Clear peaks for each curve in Measurement.
Public method ClearCurves Removes all Curve classes from Measurement.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method FindPeaks Find the peaks for each curve in this measurement
Public method GetCurveArray Obtain the curves in this measurement as an array.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ProcessData Try to process as much data as possible.
Public method RemoveCurve Removes a Curve from the collection.
Public method Run Run measurement. Blocks until the measurement is finished.
Public method SkipPretreatment Skip current pretreatment phase.
Public method Start  
Public method ToString Overridden. Convert to string
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method FinishMeasurement Indicate measurement is finished.
Family method MeasuringStarted Indicates the measurement is started.
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method PretreatmentStarted Indicates pretreatment is started.
Top

See Also