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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual double[][] GetTightLimits(
ImpedanceSpectrum_Fitted Spectrum
)
Public Overridable Function GetTightLimits (
Spectrum As ImpedanceSpectrum_Fitted
) As Double()()
Dim instance As RelaxISPlugin_CircuitElement
Dim Spectrum As ImpedanceSpectrum_Fitted
Dim returnValue As Double()()
returnValue = instance.GetTightLimits(Spectrum)
Parameters
- Spectrum ImpedanceSpectrum_Fitted
- The spectrum that the limits should apply to
Return Value
DoubleA jagged array, where the first array contains the lower parameter limits, and the second array contains the upper limits
See Also