Click or drag to resize

EISDatapoint(Double, Double, Double) Constructor

Initializes a new instance of the EISDatapoint class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISDatapoint(
	double frequency,
	double zReal,
	double zImag
)

Parameters

frequency  Double
The frequency.
zReal  Double
The real part of the impedance.
zImag  Double
The imaginary part of the impedance.
Remarks
Uses the frequency, NOT the angular frequency.
See Also