Click or drag to resize

RelaxISPlugin_TransferFunctionConvertValue Method

Convert a complex impedance value into the respective other transfer function value.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract Complex ConvertValue(
	double Frequency,
	double ZReal,
	double 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

Complex
The converted complex value.
See Also