Public Methods

  Name Description
Public method Abort Abort measurement (inherited from CustomMeasurement)
Public method AddCurve Adds a Curve to the collection. (inherited from Measurement)
Public method ClearAllPeaks Clear peaks for each curve in Measurement. (inherited from Measurement)
Public method ClearCurves Removes all Curve classes from Measurement. (inherited 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 (inherited from Measurement)
Public method GetCurveArray Obtain the curves in this measurement as an array. (inherited from Measurement)
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   (inherited from CustomMeasurement)
Public method RemoveCurve Removes a Curve from the collection. (inherited from Measurement)
Public method Run Run measurement. Blocks until the measurement is finished. (inherited from Measurement)
Public method SkipPretreatment Skip current pretreatment phase. (inherited from Measurement)
Public method Start   (inherited from CustomMeasurement)
Public method ToString Convert to string (inherited from Measurement)
Top

Protected Methods

  Name Description
Family method AutoRanging Autoranging (inherited from CustomMeasurement)
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   (inherited from CustomMeasurement)
Family method MeasureIterate Overridden.  
Family method MeasuringStarted Indicates the measurement is started. (inherited from Measurement)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method PretreatmentStarted Indicates pretreatment is started. (inherited from Measurement)
Top

See Also