Click or drag to resize

RelaxISPlugin_AxisValueGetValue Method

Should calculate and return the real value from the supplied impedance and converter.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract double GetValue(
	double Frequency,
	double ZReal,
	double ZImag,
	RelaxISPlugin_TransferFunction Converter
)

Parameters

Frequency  Double
The frequency of the impedance that needs to be transformed.
ZReal  Double
The real part of the impedance that needs to be transformed.
ZImag  Double
The imaginary part of the impedance that needs to be transformed.
Converter  RelaxISPlugin_TransferFunction
The converter that has to be used for the transformation.

Return Value

Double
A real value that is for example plotted on a graph's axis.
See Also