Custom measurements. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by CustomMeasurement.
Protected Constructors
| Name | Description | |
|---|---|---|
|
CustomMeasurement | Create a new CustomMeasurement. |
Public Fields
| Name | Description | |
|---|---|---|
|
Method | Defines the Method related with this Measurement. The information from the Method is used when saving Curves. (inherited from Measurement) |
Protected Fields
| Name | Description | |
|---|---|---|
|
Aborted | Whether or not this measurement has been aborted. |
|
Comm | Comm object in use. |
|
CR | CurrentRange |
Public Properties
| Name | Description | |
|---|---|---|
|
Item | Overloaded. curve with specified index (inherited from Measurement) |
|
nCurves | Returns the number of curves that are part of the Measurement class. (inherited from Measurement) |
Public Methods
| Name | Description | |
|---|---|---|
|
Abort | Overridden. Abort measurement |
|
AddCurve | Adds a Curve to the collection. (inherited from Measurement) |
|
ClearAllPeaks | Clear peaks for each curve in Measurement. (inherited from Measurement) |
|
ClearCurves | Removes all Curve classes from Measurement. (inherited from Measurement) |
|
Equals | Determines whether the specified |
|
FindPeaks | Find the peaks for each curve in this measurement (inherited from Measurement) |
|
GetCurveArray | Obtain the curves in this measurement as an array. (inherited from Measurement) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ProcessData | Overridden. |
|
RemoveCurve | Removes a Curve from the collection. (inherited from Measurement) |
|
Run | Run measurement. Blocks until the measurement is finished. (inherited from Measurement) |
|
SkipPretreatment | Skip current pretreatment phase. (inherited from Measurement) |
|
Start | Overridden. |
|
ToString | Convert to string (inherited from Measurement) |
Protected Methods
| Name | Description | |
|---|---|---|
|
AutoRanging | Autoranging |
|
Finalize | Allows an |
|
FinishMeasurement | Overridden. |
|
MeasureIterate | |
|
MeasuringStarted | Indicates the measurement is started. (inherited from Measurement) |
|
MemberwiseClone | Creates a shallow copy of the current |
|
PretreatmentStarted | Indicates pretreatment is started. (inherited from Measurement) |
Public Events
| Name | Description | |
|---|---|---|
|
DelCurve | This event is triggered when a Curve is removed from the Measurement class. (inherited from Measurement) |
|
EndMeasurement | This event is raised after a measurement has ended (inherited from Measurement) |
|
Measuring | Raised when the measurement is activated. (inherited from Measurement) |
|
NewCurve | This event is triggered when a Curve is added to the Measurement class. (inherited from Measurement) |
|
Pretreating | Raised when pretreatment is started. (inherited from Measurement) |