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


The following tables list the members exposed by TimeMethod.

Protected Constructors

  Name Description
Family method TimeMethod Create a new vs. time method
Top

Public Fields

  Name Description
Public field AnalyteName The name of the measured analyte.
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 CellOnAfterMeasurement Enable/disable cell after measurement (inherited from Method)
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 EquilibrationTime Duration (inherited from Method)
Public field IntervalTime Time between two measurements.
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 Potential Potential during measurement (AmperometricDetection) or applied before pulse is given PulsedAmpDetection. The applicable range of the potential is -2 V to +2 V.
Public field Ranging Ranging information (inherited from Method)
Public field Reaction Defines the type of reaction, used for analysis
  • 1 = Reduction
  • 2 = Oxidation
Public field RecordAux Auxiliary channel to record (inherited from Method)
Public field Replications Number of replications
Public field Sample Description of the measured sample. (inherited from Method)
Public field Sensor Description of the sensor used. (inherited from Method)
Public field Signal
  • 1 = DC_Current
  • 2 = Peak
If dc-current is specified, stationary dc-levels are searched. Specify 'Peak' when the current versus time plots will show peaks.
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 Standard The concentrations of the analyte, used for analysis.
Public field StandbyPotential Stand by Potential (inherited from Method)
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 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 Overridden.  
Public property MaximumEstimatedMeasurementDuration Estimated number of seconds a measurement will take at most (in seconds) (inherited from Method)
Public property MinimumEstimatedMeasurementDuration Overridden. Number of seconds this measurement will at least take.
Public property MinLevelHeight Minimum level height (in uA), compared to previous level.
Public property MinLevelWidth Minimum level width (in seconds)
Public property nPoints Number of points that will be measured
Public property PretreatmentDuration Estimated number of seconds the pretreatment phase will take. (inherited from Method)
Public property RunTime Total time of measurement.
Public property XDirection Overridden. X Direction
Public property XLeft Overridden. Default left X
Public property XRight Overridden. Default right X
Public property YBottom Overridden. Default bottom Y
Public property YDirection Overridden. Y Direction
Public property YTop Overridden. Default top Y
Top

Public Methods

  Name Description
Public method AdjustTimingEmstat Overloaded. Adjust timing for the emstat. (inherited from Method)
Public method Equals Overridden. Check if this method 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 Overridden.  
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.
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