Click or drag to resize

EISDatapoint(Double, Double, Double, Boolean) 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,
	bool active
)

Parameters

frequency  Double
The frequency.
zReal  Double
The real part of the impedance.
zImag  Double
The imaginary part of the impedance.
active  Boolean
Whether the datapoint is active.
Remarks
Uses the frequency, NOT the angular frequency.
See Also