Click or drag to resize

ImpedanceConversionElastanceToImpedance Method

Converts the elastance 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 ElastanceToImpedance(
	double Frequency,
	Complex Elastance
)

Parameters

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

Return Value

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