Relax |
The RelaxISPlugin_MultifitModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLogMessage(Exception) |
Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) | |
| AddLogMessage(String) |
Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) | |
| AfterInitialization | This method is called once after the parameter initialization was performed by the user but before the fit is executed. Use this method to e.g. check or save initial parameters. | |
| AfterStartupInitialization |
Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin) | |
| CompareTo |
Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin) | |
| FitFunction | The actual model function used for fitting. | |
| ForFit | This function is used in the actual fitting algorithm and is of no concern for plugin generation | |
| GetAdditionalEvaluations | Allows the calculation of derived values from the fit results for each fitted spectrum | |
| GetAdditionalInformation |
Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin) | |
| GetIndividualParameterIndex | Calculates the index of the i's individual parameter in the full parameter list | |
| GetIndividualParameters | Allows setting up the individual parameter sets per spectrum, in addition to the shared parameters from GetSharedParameters(ListImpedanceSpectrum) | |
| GetSharedParameters | Allows setting up the shared parameters for the selected list of spectra. | |
| InternalSetProgramInstance |
Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin) | |
| InternalSetWCFInstance |
Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin) | |
| PerformSetup | This method is called once before the parameter initialization is started, right after the model was selected by the user. Use this method to perform initializations or for user interaction. | |
| ShouldDiscardPlugin |
Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin) |