Public Methods

  Name Description
Public method Abort Overridden. Abort measurement.
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 CommMeasurement)
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 stage, i.e. conditioning, deposition or equilibration stage. Only relevant when a measurement is active. (inherited from CommMeasurement)
Public method Start   (inherited from CommMeasurement)
Public method ToString Convert to string (inherited from Measurement)
Top

Protected Methods

  Name Description
Family method AddPoint Add a measured point to the curve (inherited from CommMeasurement)
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. (inherited from Measurement)
Family method MeasurementEnded Indicate the measurement is finished. Will take care of announcing it. (inherited from CommMeasurement)
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)
Family method TryProcessData Overridden.  
Family method WaitForPacket Wait for a packet to arrive. (inherited from CommMeasurement)
Top

See Also