Relax |
The RelaxISPlugin_TransferFunction 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) | |
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) | |
ConvertData(Double) | Internal method to quickly convert a whole array of impedance values. | |
ConvertData(IEnumerableEISDatapoint) | Convert the full list of EIS datapoints. | |
ConvertData(IEnumerableEISValue) | Convert the full list of EIS values. | |
ConvertValue | Convert a complex impedance value into the respective other transfer function value. | |
GetAdditionalInformation |
Provides additional information about this tool.
(Overrides RelaxISPluginGetAdditionalInformation) | |
NormalizeValue | Overriding this function allows calculation of a normalized value for the transfer function, e.g. conductivity from admittance. This is mainly used in the Combined Data Plot feature. | |
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) |