RelaxISPlugin_TransferFunctionConvertValue Method |
Convert a complex impedance value into the respective other transfer function value.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract Complex ConvertValue(
double Frequency,
double ZReal,
double ZImag
)
Public MustOverride Function ConvertValue (
Frequency As Double,
ZReal As Double,
ZImag As Double
) As Complex
Dim instance As RelaxISPlugin_TransferFunction
Dim Frequency As Double
Dim ZReal As Double
Dim ZImag As Double
Dim returnValue As Complex
returnValue = instance.ConvertValue(Frequency,
ZReal, ZImag)
Parameters
- Frequency Double
- The frequency of the impedance data point
- ZReal Double
- The real part of the impedance
- ZImag Double
- The imaginary part of the impedance
Return Value
ComplexThe converted complex value.
See Also