Click or drag to resize

EISDatapointCollectionAdd(Double, Double, Double) Method

Add a new item to the list, constructed from the given raw values.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public void Add(
	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