Click or drag to resize

EISDatapoint Class

Defines an EIS datapoint.
Inheritance Hierarchy
SystemObject
  CompreDriveSDK.Plugins.Analyzers.Methods.EISEISDatapoint

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

The EISDatapoint type exposes the following members.

Constructors
 NameDescription
Public methodEISDatapoint(Double, Double, Double) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Frequency, Resistance, Resistance) Initializes a new instance of the EISDatapoint class.
Public methodEISDatapoint(Impedance, NullableImpedance, NullableImpedance) Initializes a new instance of the EISDatapoint class.
Top
Properties
 NameDescription
Public propertyImpedance Gets the impedance between WE and RE.
Public propertyImpedanceRECE Gets the impedance between RE and CE if available.
Public propertyImpedanceWECE Gets the impedance between WE and CE if available.
Public propertyImpedanceWERE Gets the impedance between WE and RE.
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