Type: CLASS Purpose: The PWR class handles data-acquisition for Electrochemical Energy scripts. The PWR curve uses the potentiostat in galvanostat mode. As data are acquired the PWR class decimates them… read more →
The Electrochemical Energy software uses functions and classes that are specifically designed for development of energy-generation and -storage devices. These include special feedback signals for controlling power, load, and voltage… read more →
Type: INSTANCE FUNCTION Purpose:Return the real portion of the AC impedance. Usage: Result = FraCurve.Zreal() Result REAL RMS AC impedance in Ω.
Type: INSTANCE FUNCTION Purpose:Return the phase of the AC impedance Usage: Result = FraCurve.Zphz() Result REAL Phase of AC impedance in degrees.
Type: INSTANCE FUNCTION Purpose:Return the modulus (magnitude) of the AC impedance. Usage: Result = FraCurve.Zmod() Result REAL RMS magnitude of AC impedance in Ω.
Type: INSTANCE FUNCTION Purpose: Return the imaginary portion of the AC impedance. Usage: Result = FraCurve.Zimag() Result REAL RMS AC impedance in Ω.
Type: INSTANCE FUNCTION Purpose:Return the real portion of the AC voltage. Usage: Result = FraCurve.Vreal() Result REAL RMS AC voltage in volts.
Type: INSTANCE FUNCTION Purpose:Return the phase of the AC voltage. Usage: Result = FraCurve.Vphz() Result REAL Phase of AC voltage in degrees.
Type: INSTANCE FUNCTION Purpose:Return the modulus (magnitude) of the AC voltage. Usage: Result = FraCurve.Vmod() Result REAL RMS magnitude of AC voltage in volts.