PalmSens SDK v1.8.2.0

CalibrationCurve Members

CalibrationCurve overview

Public Instance Constructors

CalibrationCurve Overloaded. Initializes a new instance of the CalibrationCurve class.

Public Instance Fields

CorrCoef Correlation Coefficient
Offset Offset of calibration curve (in (x+Offset)*Slope)
Peaks (inherited from Curve) List of peaks found in this curve.
Slope Slope of calibration curve (in (x+Offset)*Slope)
Title (inherited from Curve)The title of the Curve. Is 'Curve' by default.
XUnit (inherited from Curve) Unit for X Axis
YUnit (inherited from Curve) Unit for Y axis

Public Instance Properties

isFinished (inherited from Curve)Is true if a Curve is 'finished'. This means that smoothing or peak searching can be applied.
MaxX (inherited from Curve)Maximum X value
MaxY (inherited from Curve)Maximum Y value found in this Curve.
MinX (inherited from Curve)Minimum X value found in this Curve.
MinY (inherited from Curve)Minimum Y value found in this Curve.
nOverloads (inherited from Curve)Returns the number of current overloads found during measurement.
nPoints (inherited from Curve)Returns number of points in this Curve.
nUnderloads (inherited from Curve)Returns the number of current underloads found during measurement.

Public Instance Methods

AddPoint (inherited from Curve)Overloaded. Adds a point to the Curve. Curve must be unfinished.
AddPointSilent (inherited from Curve) Add a point without raising the NewPoint event
CalculateConcentrationOverloaded. Calculate concentration corresponding to given signal
CalculateSlope (inherited from Curve) Calculate the slope between two points
ClearPeaks (inherited from Curve) Removes all found peaks for this curve.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FindNearestX (inherited from Curve) Find the index of the X point nearest to p
FindPeaks (inherited from Curve)Overloaded. Find peaks in this curve.
FindPeaksCV (inherited from Curve) Find peaks in a CV curve in two directions
Finish (inherited from Curve)Finishes or closes the curve.
get_CurrentStatus (inherited from Curve) Obtain the current status for the specified index
get_X (inherited from Curve)Returns the X value that corresponds with the given index.
get_XDirection (inherited from Curve) Indicates direction of X data points for this curve
get_Y (inherited from Curve)Returns the Y value that corresponds with the given index.
get_YDirection (inherited from Curve) Indicates direction of Y axis for this curve
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.
IsCompatible (inherited from Curve)Check whether two curves are compatible - i.e. can be drawn in the same plot
LLS (inherited from Curve)Overloaded. Calculate linear line parameters for this curve y = a + b * x
Smooth (inherited from Curve)Smoothes the curve using one of the following smoothlevels:
  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points
ToString (inherited from Curve)Returns title of this Curve.

Public Instance Events

Finished (inherited from Curve) Raised when the curve is finished.
NewCurvePoint (inherited from Curve)This event is raised everytime a point is added to the curve class.
Overload (inherited from Curve) Event raised when an overload is received
Underload (inherited from Curve) Event raised when an underload is received

Protected Instance Fields

IgnorePoints (inherited from Curve) Number of points at the start of the curve to ignore.

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.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CalibrationCurve Class | PalmSens Namespace