Click or drag to resize

RelaxISPlugin_CircuitElementCalculateImpedance Method

The function used to calculate the impedance of the single circuit element

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract Complex CalculateImpedance(
	double Frequency,
	double[] Parameters
)

Parameters

Frequency  Double
The frequency for which the impedance should be calculated
Parameters  Double
The parameter values for which the impedance should be calculated

Return Value

Complex
A complex number from the real and imaginary part of the impedance
Remarks
You can use the ImpedanceConversion functions to calculate the impedance from other transfer functions.
See Also