Click or drag to resize

RelaxISPlugin_CircuitElement2GetTightLimits 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 IReadOnlyCollection<Limits> GetTightLimits(
	ImpedanceSpectrum Spectrum
)

Parameters

Spectrum  ImpedanceSpectrum
The spectrum that the limits should apply to

Return Value

IReadOnlyCollectionLimits
A list of limits that must have the same length as the list returned by StandardParameters and specify the tighter limits for each of the parameters in the same order.
See Also