Click or drag to resize

RelaxISPlugin_WeightModeCalculateWeightsArray Method

Calculate the weights for an array of impedance data.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double[][] CalculateWeightsArray(
	double[][] data
)

Parameters

data  Double
The data, where data(0) is frequency, data(1) is real part and data(2) is imaginary part.

Return Value

Double
The weights where res(0) are the weights for the real parts and res(1) are the weights for the imaginary parts.
Exceptions
ExceptionCondition
InvalidImpedanceDataExceptionIn case the impedance data is invalid.
Remarks
This is mainly used as an internal interface function.
See Also