Click or drag to resize

ImpedanceConversionToAdmittance Method

Converts the impedance to the respective admittance value

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

Parameters

Frequency  Double
The frequency of the datapoint (unused)
Impedance  Complex
The impedance, where Item1 is the real part and Item2 is the imaginary part

Return Value

Complex
A tuple of (Y', Y'')
Remarks
The frequency is irrelavent for calculation of the admittance.
See Also