PalmSens SDK v1.8.2.0

Measurement Members

Measurement overview

Public Instance Constructors

Measurement Constructor Create new empty measurement

Public Instance Fields

MethodDefines the Method related with this Measurement. The information from the Method is used when saving Curves.

Public Instance Properties

ItemOverloaded. curve with specified index
nCurvesReturns the number of curves that are part of the Measurement class.

Public Instance Methods

Abort Abort measurement.
AddCurveAdds a Curve to the collection.
ClearAllPeaksClear peaks for each curve in Measurement.
ClearCurvesRemoves 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.
RemoveCurveRemoves a Curve from the collection.
Run Run measurement. Blocks until the measurement is finished.
SkipPretreatment Skip current pretreatment phase.
ToString Convert to string

Public Instance Events

DelCurveThis 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.
NewCurveThis event is triggered when a Curve is added to the Measurement class.
Pretreating Raised when pretreatment is started.

Protected Instance Methods

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.

See Also

Measurement Class | PalmSens Namespace