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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual IReadOnlyCollection<Limits> GetTightLimits(
ImpedanceSpectrum Spectrum
)
Public Overridable Function GetTightLimits (
Spectrum As ImpedanceSpectrum
) As IReadOnlyCollection(Of Limits)
Dim instance As RelaxISPlugin_CircuitElement2
Dim Spectrum As ImpedanceSpectrum
Dim returnValue As IReadOnlyCollection(Of Limits)
returnValue = instance.GetTightLimits(Spectrum)
Parameters
- Spectrum ImpedanceSpectrum
- The spectrum that the limits should apply to
Return Value
IReadOnlyCollectionLimitsA 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