Click or drag to resize

CyclingMethodSettings Class

Defines settings for the Cycling analyzer method.
Inheritance Hierarchy
SystemObject
  CompreDriveSDK.Plugins.Analyzers.Methods.CyclingCyclingMethodSettings

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.Cycling
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public class CyclingMethodSettings

The CyclingMethodSettings type exposes the following members.

Constructors
 NameDescription
Public methodCyclingMethodSettings Initializes a new instance of the CyclingMethodSettings class.
Top
Properties
 NameDescription
Public propertyConstantCurrent Gets or sets the constant current that is applied.
Public propertyConstantVoltage Gets or sets the constant voltage that is applied after the constant current step.
Public propertyDataInterval Gets or sets the interval between recorded datapoints/
Public propertyDisconnectCellAfterCycle Gets a or sets value indicating whether the cell is disconnected after the cycle completes.
Public propertyTerminationsCC Gets the list of termination criteria for the CC step.
Public propertyTerminationsCV Gets the list of termination criteria for the CV step.
Public propertyTerminationsGlobal Gets the list of termination criteria that apply to the whole cycle.
Public propertyUseConstantCurrent Gets or sets a value indicating whether the constant current step is performed.
Public propertyUseConstantVoltage Gets or sets a value indicating whether the constant voltage step is performed.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also