Click or drag to resize

RelaxISPlugin_CircuitElement2 Methods

The RelaxISPlugin_CircuitElement2 type exposes the following members.

Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodCalculateImpedance The function used to calculate the impedance of the single circuit element.
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodGetAdditionalInformation Provides additional information about this tool.
(Overrides RelaxISPluginGetAdditionalInformation)
Public methodGetTightLimits This function by default returns the same limits as the Upper- and LowerLimits property. It can be overridden to allow the calculation of tighter limits for a specific spectrum.
Public methodShouldDiscardPlugin 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)
Top
See Also