Click or drag to resize

RelaxISPlugin_CircuitElementGetTightLimits Method

This function by default returns the same limits as the Upper- and LowerLimits property. It can be overridden to allow the calculation of tighter limits for a specific spectrum.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual double[][] GetTightLimits(
	ImpedanceSpectrum_Fitted Spectrum
)

Parameters

Spectrum  ImpedanceSpectrum_Fitted
The spectrum that the limits should apply to

Return Value

Double
A jagged array, where the first array contains the lower parameter limits, and the second array contains the upper limits
See Also