Click or drag to resize

RelaxISPlugin_MultifitModelGetSharedParameters Method

Allows setting up the shared parameters for the selected list of spectra.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract List<Fitparameter> GetSharedParameters(
	List<ImpedanceSpectrum> Spectra
)

Parameters

Spectra  ListImpedanceSpectrum
The complete list of selected spectra that will be fitted

Return Value

ListFitparameter
A list of shared parameter values, that will apply to all spectra
See Also