RelaxISPlugin_MultifitModelGetSharedParameters Method |
Allows setting up the shared parameters for the selected list of spectra.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract List<Fitparameter> GetSharedParameters(
List<ImpedanceSpectrum> Spectra
)
Public MustOverride Function GetSharedParameters (
Spectra As List(Of ImpedanceSpectrum)
) As List(Of Fitparameter)
Dim instance As RelaxISPlugin_MultifitModel
Dim Spectra As List(Of ImpedanceSpectrum)
Dim returnValue As List(Of Fitparameter)
returnValue = instance.GetSharedParameters(Spectra)
Parameters
- Spectra ListImpedanceSpectrum
- The complete list of selected spectra that will be fitted
Return Value
ListFitparameterA list of shared parameter values, that will apply to all spectra
See Also