ImpedanceConversionToCapacitance Method |
Converts the impedance to the respective complex capacitance value
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex ToCapacitance(
double Frequency,
Complex Impedance
)
Public Shared Function ToCapacitance (
Frequency As Double,
Impedance As Complex
) As Complex
Dim Frequency As Double
Dim Impedance As Complex
Dim returnValue As Complex
returnValue = ImpedanceConversion.ToCapacitance(Frequency,
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
ComplexA tuple of (C', C'')
See Also