Click or drag to resize

EISRawData(IListDouble, IListDouble, IListDouble, MetadataValueList) 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,
	params MetadataValueList[] metadata
)

Parameters

frequencies  IListDouble
The list of frequencies.
zReal  IListDouble
The list of impedance real parts.
zImag  IListDouble
The list of impedance imaginary parts.
metadata  MetadataValueList
An array of metadata value lists of the same lengths as the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf any of the arguments are null.
ArgumentExceptionIf the list lengths are not equal.
See Also