Measurement Constructor
|
Create new empty measurement |
Method | Defines the Method related with this Measurement. The information from the Method is used when saving Curves. |
Item | Overloaded. curve with specified index |
nCurves | Returns the number of curves that are part of the Measurement class. |
Abort | Abort measurement. |
AddCurve | Adds a Curve to the collection. |
ClearAllPeaks | Clear peaks for each curve in Measurement. |
ClearCurves | Removes all Curve classes from Measurement. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FindPeaks | Find the peaks for each curve in this measurement |
GetCurveArray | Obtain the curves in this measurement as an array. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ProcessData | Try to process as much data as possible. |
RemoveCurve | Removes a Curve from the collection. |
Run | Run measurement. Blocks until the measurement is finished. |
SkipPretreatment | Skip current pretreatment phase. |
ToString | Convert to string |
DelCurve | This event is triggered when a Curve is removed from the Measurement class. |
EndMeasurement | This event is raised after a measurement has ended |
Measuring | Raised when the measurement is activated. |
NewCurve | This event is triggered when a Curve is added to the Measurement class. |
Pretreating | Raised when pretreatment is started. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
FinishMeasurement | Indicate measurement is finished. |
MeasuringStarted | Indicates the measurement is started. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PretreatmentStarted | Indicates pretreatment is started. |
Measurement Class | PalmSens Namespace