Click or drag to resize

IRelaxISWCFLinkGetDRTReproduction Method

Reproduces an impedance spectrum from a calculated DRT result.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
double[][] GetDRTReproduction(
	IList<double> TargetFrequencies,
	IList<double> DRTTaus,
	IList<double> DRTGammas,
	double SeriesResistance,
	double? SeriesInductivity
)

Parameters

TargetFrequencies  IListDouble
The list of frequencies the new impedance spectrum will contain.
DRTTaus  IListDouble
The tau values of the DRT result.
DRTGammas  IListDouble
The gamma values of the DRT result.
SeriesResistance  Double
The series resistance determined by the DRT.
SeriesInductivity  NullableDouble
The series inductivity fitted by the DRT.

Return Value

Double
The impedance spectrum data, consisting of three arrays, Frequency/ZReal/ZImag.
See Also