Click or drag to resize

Impedance Constructor

Initializes a new instance of the Impedance structure.

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public Impedance(
	Frequency frequency,
	Resistance realPart,
	Resistance imagPart
)

Parameters

frequency  Frequency
The frequency.
realPart  Resistance
The impedance real part.
imagPart  Resistance
The impedance imaginary part.
See Also