Click or drag to resize

ImpedanceConversionToCapacitance Method

Converts the impedance to the respective complex capacitance value

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

Parameters

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

Return Value

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