Click or drag to resize

RelaxISPlugin_MultifitModelGetIndividualParameters Method

Allows setting up the individual parameter sets per spectrum, in addition to the shared parameters from GetSharedParameters(ListImpedanceSpectrum)

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract List<Fitparameter> GetIndividualParameters(
	ImpedanceSpectrum Spectrum,
	List<ImpedanceSpectrum> AllSpectra
)

Parameters

Spectrum  ImpedanceSpectrum
The spectrum to find individual initial parameters for
AllSpectra  ListImpedanceSpectrum
The complete list of selected spectra that will be fitted

Return Value

ListFitparameter
A list of individual parameter values for the given spectrum
See Also