Contains all shared methodparameters of all measurement method classes for measurement vs. potential. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


The following tables list the members exposed by ScanMethod.

Public Constructors

  Name Description
Public method ScanMethod Create a new scan method
Top

Public Fields

  Name Description
Public field AnalyteName Array containing the names of 4 possible analytes.
Public field BiPotCR Specifies the current range for WE2. (inherited from Method)
Public field BiPotPotential Specifies the potential for WE2. (inherited from Method)
Public field BlankType Blank subtraction can be performed in two ways.

The blank can be measured using a separate blank solution.

The second curve is subtracted from the original curve.

Public field CellOnAfterMeasurement Enable/disable cell after measurement (inherited from Method)
Public field CellVolume Is required to correct for dilution effect due to the addition of the standard solutions and to calculate the concentration in the original sample.
Public field ConcentrationUnit The label for the unit of the analyte's concentration. This value is not used for calculations. (inherited from Method)
Public field ConditioningPotential Conditioning Potential (inherited from Method)
Public field ConditioningTime Conditioning Duration (inherited from Method)
Public field DepositionPotential Deposition Potential (inherited from Method)
Public field DepositionTime Deposition Duration (inherited from Method)
Public field Determination StandardAddition requires measurement of the sample and a sample to which standard solution is added. Analysis by using Calibration curve requires a calibration curve.
Public field EPeaks Specifies the expected peak potential.
Public field EPretreat Pretreatment potentials.
Public field EquilibrationTime Duration (inherited from Method)
Public field MinPeakHeight Determines the minimum peak height. Peaks lower than this value are neglected. (inherited from Method)
Public field MinPeakWidth Determines the minimum peak width. Peaks width a lower width may not be detected. (inherited from Method)
Public field MuxMethod Defines the way the multiplexer is used.
  • 0 = measure channels sequentially
  • 1 = measure channels alternatingly
(inherited from Method)
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. (inherited from Method)
Public field PeakWindow Is used to identify which component corresponds to which peak. Peaks must be within the peak window. (inherited from Method)
Public field Ranging Ranging information (inherited from Method)
Public field RecordAux Auxiliary channel to record (inherited from Method)
Public field Sample Description of the measured sample. (inherited from Method)
Public field SampleVolume Is used to calculate the concentration in the original sample from the peak height measured in the solution specified in the box of the cell volume.
Public field Sensor Description of the sensor used. (inherited from Method)
Public field SmoothLevel The smoothlevel to be used.
  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points
(inherited from Method)
Public field SolutionNr Array containing the of 4 possible solutions.
Public field StandardConcentration Specifies the concentration given in 'Unit of concentration' of the component in the corresponding standard solution.
Public field StandardsValues If ConcentrationsAddedToSample is used, the specified values are used and peaks are not corrected. If VolumesAddedToCell is used, peaks are corrected for dilution due to the addition of standard solutions.
Public field StandbyPotential Stand by Potential (inherited from Method)
Public field tPretreat Time applied for each potential.
Public field UseMuxChannel Specifies channels used for this method. (inherited from Method)
Public field UseStirrer True if a stirrer is being used. (inherited from Method)
Public field ViewBottom The lowest value on the Y axis of the plot. (inherited from Method)
Public field ViewLeft The lowest value on the X axis of the plot. (inherited from Method)
Public field ViewRight The highest value on the X axis of the plot. (inherited from Method)
Public field ViewTop The highest value on the Y axis of the plot. (inherited from Method)
Public field VolumeConcentration This table is used to specify either the added volume of the standard additions or the concentration of a standard solution.
Public field XUnit Unit for X axis when using this method. (inherited from Method)
Public field YUnit Default unit for Y axis when using this method. (inherited from Method)
Top

Public Properties

  Name Description
Public property BeginPotential Begin potential (used for equilibration) (inherited from Method)
Public property MaximumEstimatedMeasurementDuration Estimated number of seconds a measurement will take at most (in seconds) (inherited from Method)
Public property MinimumEstimatedMeasurementDuration Estimated number of seconds a measurement will take at least (in seconds) (inherited from Method)
Public property PretreatmentDuration Estimated number of seconds the pretreatment phase will take. (inherited from Method)
Public property XDirection X direction (inherited from Method)
Public property XLeft Default left X axis (inherited from Method)
Public property XRight Default right X axis (inherited from Method)
Public property YBottom Default bottom Y axis (inherited from Method)
Public property YDirection Y Direction (inherited from Method)
Public property YTop Default top Y axis (inherited from Method)
Top

Public Methods

  Name Description
Public method AdjustTimingEmstat Overloaded. Adjust timing for the emstat. (inherited from Method)
Public method Equals Overridden. Compare two scanmethods
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 (inherited from Method)
Public method ToHex Overloaded. Function for generating hex blob (inherited from Method)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Validate Overloaded. Validate this method. (inherited from Method)
Top

Protected Methods

  Name Description
Family method AdjustMeasurementTime Overloaded. Adjust measurement time for power frequency and store in blob (inherited from Method)
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. (inherited from Method)
Top

See Also