Relax |
The RelaxISPlugin_MultifitModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | RelaxISPlugin_MultifitModel | Initializes a new instance of the RelaxISPlugin_MultifitModel class |
Name | Description | |
---|---|---|
![]() | Description |
A short description of what the plugin does. Displayed on various occasions for clarification
(Inherited from RelaxISPlugin) |
![]() | DisplayName | Defines the name that is displayed in the list of multi fit plugins in the RelaxIS dialog. |
![]() | Name |
The plugins's internal name, that is used to reference it on various occasions
(Inherited from RelaxISPlugin) |
![]() | ParameterStartIndizes | Gets the dictionary of start indizes for each spectrum by index. |
![]() | PluginSourcePath |
Gets or sets the full path of the file that the plugin was loaded from.
(Inherited from RelaxISPlugin) |
![]() | RelaxISProgramInterface |
Gets an instance of the RelaxIS Program interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin) |
![]() | RelaxISWCFInterface |
Gets an instance of the WCF interface for the RelaxIS instance that the plugin is loaded in.
(Inherited from RelaxISOnlyPlugin) |
![]() | RequiredMetadata | Defines the names of the metadata values, which will be included as independent parameters |
![]() | SortIndex |
By default the plugins are sorted based on the value of this property. That means, that they
appear in lists in the order dictated by this value.
(Inherited from RelaxISPlugin) |
![]() | TransferFunction | The transfer function name that the fit should be performed in, e.g. Impedance |
![]() | UserDataDirectory |
Gets or sets the path to the RelaxIS user data directory.
(Inherited from RelaxISPlugin) |
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) |