Click or drag to resize

EISDatapoint(Impedance, NullableImpedance, NullableImpedance) Constructor

Initializes a new instance of the EISDatapoint class.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.EIS
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public EISDatapoint(
	Impedance zWERE,
	Impedance? zWECE,
	Impedance? zRECE
)

Parameters

zWERE  Impedance
The impedance between WE and RE.
zWECE  NullableImpedance
The impedance between WE and CE.
zRECE  NullableImpedance
The impedance between RE and CE.
See Also