Click or drag to resize

EISDatapoint(Double, Double, Double) 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(
	double freq,
	double zReal,
	double zImag
)

Parameters

freq  Double
The frequency in [Hz].
zReal  Double
The real part in [Ohms].
zImag  Double
The imaginary part in [Ohms].
See Also