Relax |
The RelaxISPlugin_DataManipulation 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) |
![]() | GetAdditionalInformation |
Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin) |
![]() | 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) |
![]() | ManipulateSpectra | Calls the ManipulateSpectrum(Int32, ImpedanceSpectrum_Fitted) method for each spectrum. |
![]() | ManipulateSpectrum | This method is called for each selected spectrum. You can change the contents of the Spectrum object to your liking. |
![]() | PerformSetup | This method is called once before the the manipulation of the spectra is started. 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) |