The measurement class contains all classes, functions and parameters necessary for performing a measurement with the PalmSens instrument. A measurement class can contain one method and multiple curves.


The following tables list the members exposed by Measurement.

Public Constructors

  Name Description
Static Public method Measurement Overloaded. Initializes a new instance of the Measurement class.
Top

Public Fields

  Name Description
Public field Method Defines the Method related with this Measurement. The information from the Method is used when saving Curves.
Top

Public Properties

  Name Description
Public property Item Overloaded. curve with specified index
Public property nCurves Returns the number of curves that are part of the Measurement class.
Top

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

Public Events

  Name Description
Public event DelCurve This event is triggered when a Curve is removed from the Measurement class.
Public event EndMeasurement This event is raised after a measurement has ended
Public event Measuring Raised when the measurement is activated.
Public event NewCurve This event is triggered when a Curve is added to the Measurement class.
Public event Pretreating Raised when pretreatment is started.
Top

Explicit Interface Implementations

  Name Description
Static Private method Measurement Overloaded. Initializes a new instance of the Measurement class.
Top

See Also