Click or drag to resize

EISRawData(IListDouble, IListDouble, IListDouble) Constructor

Initializes a new instance of the EISRawData class.

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISRawData(
	IList<double> frequencies,
	IList<double> zReal,
	IList<double> zImag
)

Parameters

frequencies  IListDouble
The list of frequencies.
zReal  IListDouble
The list of impedance real parts.
zImag  IListDouble
The list of impedance imaginary parts.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf any of the arguments are null.
ArgumentExceptionIf the list lengths are not equal.
See Also