Click or drag to resize

RelaxISPlugin_WizardRetrieveFitSetup Method

Called after the user selected the options and should retrieve correct fitting initial values from the InputSpectrum

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract WizardResult RetrieveFitSetup(
	ImpedanceSpectrum InputSpectrum,
	Dictionary<string, OptionResultBase> OptionValues
)

Parameters

InputSpectrum  ImpedanceSpectrum
The input spectrum that the wizard is being executed on
OptionValues  DictionaryString, OptionResultBase
The options set by the user. Keys are option names, values are the results set by the user

Return Value

WizardResult
A WizardResult object that contains the fitting setup values
See Also