Click or drag to resize

ImpedanceConversionAdmittanceToImpedance Method

Converts the admittance to the respective impedance value

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex AdmittanceToImpedance(
	double Frequency,
	Complex Admittance
)

Parameters

Frequency  Double
The frequency of the datapoint
Admittance  Complex
The admittance, where Item1 is the real part and Item2 is the imaginary part

Return Value

Complex
A tuple of (Z', Z'')
See Also