Click or drag to resize

RelaxISPlugin_AxisValue Class

An axis value is a specific real value that can be calculated from an impedance derived complex value such as the real part of the value or the phase angle
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.PluginsRelaxISPlugin
    RelaxIS_SDK.PluginsRelaxISPlugin_AxisValue

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class RelaxISPlugin_AxisValue : RelaxISPlugin

The RelaxISPlugin_AxisValue type exposes the following members.

Constructors
 NameDescription
Protected methodRelaxISPlugin_AxisValueInitializes a new instance of the RelaxISPlugin_AxisValue class
Top
Properties
 NameDescription
Public propertyDescription A short description of what the plugin does. Displayed on various occasions for clarification
(Inherited from RelaxISPlugin)
Public propertyIsLogarithmicByDefault Defines if the Logarithmic Scaling option is selected by default for this axis value or if no preference can be set
Public propertyName The plugins's internal name, that is used to reference it on various occasions
(Inherited from RelaxISPlugin)
Public propertyPluginSourcePath Gets or sets the full path of the file that the plugin was loaded from.
(Inherited from RelaxISPlugin)
Public propertySortIndex 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)
Public propertyUserDataDirectory Gets or sets the path to the RelaxIS user data directory.
(Inherited from RelaxISPlugin)
Top
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 methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodGetAdditionalInformation Provides additional information about this plugin, like e.g. the unit of a transfer function.
(Inherited from RelaxISPlugin)
Public methodGetValue Should calculate and return the real value from the supplied impedance and converter.
Public methodGetValues(Double, RelaxISPlugin_TransferFunction) Transforms a whole range of values at once.
Public methodGetValues(IEnumerableEISDatapoint, RelaxISPlugin_TransferFunction) Converts the full list of data.
Public methodGetValues(IEnumerableEISValue, RelaxISPlugin_TransferFunction) Converts the full list of data.
Public methodRepresentation A (usually) short name that represents the value calculated by this tool for a given converter.
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)
Public methodUnit The unit of the value to be displayed on a graphs axis for the given converter.
Top
Fields
 NameDescription
Public fieldStatic memberEmptyValueName The name of the value that represents no selected value
Top
See Also