Click or drag to resize

ImpedanceConversion Class

This class offers helper functions to convert an impedance value into other common values like admittance or capacitance.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.libMathImpedanceConversion

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ImpedanceConversion

The ImpedanceConversion type exposes the following members.

Constructors
 NameDescription
Public methodImpedanceConversionInitializes a new instance of the ImpedanceConversion class
Top
Methods
 NameDescription
Public methodStatic memberAdmittanceToImpedance Converts the admittance to the respective impedance value
Public methodStatic memberCapacitanceToImpedance Converts the capacitance to the respective impedance value
Public methodStatic memberElastanceToImpedance Converts the elastance to the respective impedance value
Public methodStatic memberToAdmittance Converts the impedance to the respective admittance value
Public methodStatic memberToCapacitance Converts the impedance to the respective complex capacitance value
Public methodStatic memberToElastance Converts the impedance to the respective elastance value
Top
See Also