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
Family method CustomMeasurement Create a new CustomMeasurement.
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. (inherited from Measurement)
Top

Protected Fields

  Name Description
Family field Aborted Whether or not this measurement has been aborted.
Family field Comm Comm object in use.
Family field CR CurrentRange
Top

Public Properties

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

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 Overridden.  
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 phase. (inherited from Measurement)
Public method Start Overridden.  
Public method ToString Convert to string (inherited from Measurement)
Top

Protected Methods

  Name Description
Family method AutoRanging Autoranging
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 Overridden.  
Family method MeasureIterate  
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)
Top

Public Events

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

See Also