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 | |
|---|---|---|
|
Measurement | Overloaded. Initializes a new instance of the |
Public Fields
| Name | Description | |
|---|---|---|
|
Method | Defines the Method related with this Measurement. The information from the Method is used when saving Curves. |
Public Properties
| Name | Description | |
|---|---|---|
|
Item | Overloaded. curve with specified index |
|
nCurves | Returns the number of curves that are part of the Measurement class. |
Public Methods
| Name | Description | |
|---|---|---|
|
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 | Determines whether the specified |
|
FindPeaks | Find the peaks for each curve in this measurement |
|
GetCurveArray | Obtain the curves in this measurement as an array. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
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. |
|
Start | |
|
ToString | Overridden. Convert to string |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
FinishMeasurement | Indicate measurement is finished. |
|
MeasuringStarted | Indicates the measurement is started. |
|
MemberwiseClone | Creates a shallow copy of the current |
|
PretreatmentStarted | Indicates pretreatment is started. |
Public Events
| Name | Description | |
|---|---|---|
|
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. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
Measurement | Overloaded. Initializes a new instance of the |