Describes a PalmSens measurement method This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


The following tables list the members exposed by Method.

Protected Constructors

  Name Description
Family method Method Create a new method
Top

Public Fields

  Name Description
Public field BiPotCR Specifies the current range for WE2.
Public field BiPotPotential Specifies the potential for WE2.
Public field CellOnAfterMeasurement Enable/disable cell after measurement
Public field ConcentrationUnit The label for the unit of the analyte's concentration. This value is not used for calculations.
Public field ConditioningPotential Conditioning Potential
Public field ConditioningTime Conditioning Duration
Public field DepositionPotential Deposition Potential
Public field DepositionTime Deposition Duration
Public field EquilibrationTime Duration
Public field MinPeakHeight Determines the minimum peak height. Peaks lower than this value are neglected.
Public field MinPeakWidth Determines the minimum peak width. Peaks width a lower width may not be detected.
Public field MuxMethod Defines the way the multiplexer is used.
  • 0 = measure channels sequentially
  • 1 = measure channels alternatingly
Public field PeakOverlap Is used when two peaks are very close to each other. If the peak separation is less than the specified value, a single baseline is used for the two overlapping peaks. If each peak should have its own baseline, specify a value of 0.
Public field PeakWindow Is used to identify which component corresponds to which peak. Peaks must be within the peak window.
Public field Ranging Ranging information
Public field RecordAux Auxiliary channel to record
Public field Sample Description of the measured sample.
Public field Sensor Description of the sensor used.
Public field SmoothLevel The smoothlevel to be used.
  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points
Public field StandbyPotential Stand by Potential
Public field UseMuxChannel Specifies channels used for this method.
Public field UseStirrer True if a stirrer is being used.
Public field ViewBottom The lowest value on the Y axis of the plot.
Public field ViewLeft The lowest value on the X axis of the plot.
Public field ViewRight The highest value on the X axis of the plot.
Public field ViewTop The highest value on the Y axis of the plot.
Public field XUnit Unit for X axis when using this method.
Public field YUnit Default unit for Y axis when using this method.
Top

Public Properties

  Name Description
Public property BeginPotential Begin potential (used for equilibration)
Public property Static EBiPotOffset The offset of the Bipotentiostat potential
Public property MaximumEstimatedMeasurementDuration Estimated number of seconds a measurement will take at most (in seconds)
Public property MinimumEstimatedMeasurementDuration Estimated number of seconds a measurement will take at least (in seconds)
Public property Static PowerFreq The frequency of the local powersupply in Hz. The default value is '50'.
Public property Static PowerLinePeriod Power Line Period (1/PowerFreq)
Public property PretreatmentDuration Estimated number of seconds the pretreatment phase will take.
Public property XDirection X direction
Public property XLeft Default left X axis
Public property XRight Default right X axis
Public property YBottom Default bottom Y axis
Public property YDirection Y Direction
Public property YTop Default top Y axis
Top

Public Methods

  Name Description
Public method AdjustTimingEmstat Overloaded. Adjust timing for the emstat.
Public method Equals Overridden. Check whether this object is equal to another.
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 ReceiveMeasurement Generate a receive measurement event
Public method ToHex Overloaded. Function for generating hex blob
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Validate Overloaded. Validate this method.
Top

Protected Methods

  Name Description
Family method AdjustMeasurementTime Overloaded. Adjust measurement time for power frequency and store in blob
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 MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method ToHex0 Overloaded. Return version 0 style hex blob.
Family method ToHex1 Return version 1 style hex blob.
Top

See Also