Click or drag to resize

RelaxISPlugin_WizardGetFurtherEvaluation Method

Called after the fitting is completed and is used to further evaluate the fitting results, for example to calculate further results (e.g. conductivity from a resistance)

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

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
FitResults  WizardFitResults
The fit results

Return Value

FurtherEvaluationResult
A FurtherEvaluationResult object that contains the retrieved values
See Also