Click or drag to resize

EISMetaDatapointCollectionAdd(Double, Double, Double, Boolean) Method

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

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