Click or drag to resize

Impedance Structure

Defines an impedance value.
Inheritance Hierarchy
SystemObject
  SystemValueType
    CompreDriveSDK.Plugins.Analyzers.DefinitionsImpedance

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public struct Impedance

The Impedance type exposes the following members.

Constructors
 NameDescription
Public methodImpedance Initializes a new instance of the Impedance structure.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldFrequency The frequency.
Public fieldZImag The impedance imaginary part.
Public fieldZReal The impedance real part.
Top
See Also