ElectricPy API

Python functions and constants related to electrical engineering.

The functions and constants that make up these modules represent a library of material compiled with the intent of being used primarily for research, development, education, and exploration in the realm of electrical engineering.

The base module for the electricpy package, electricpy.py may be leveraged in any Python script or program by using the import command similar to that shown below.

>>> import electricpy as ep

Filled with calculators, evaluators, and plotting functions, this package will provide a wide array of capabilities to any electrical engineer.

Built to support operations similar to Numpy and Scipy, this package is designed to aid in scientific calculations.

Modules

electricpy

electricpy Package - Main Module.

electricpy.bode

Bode Plotting Functionality for ElectricPy Package.

electricpy.conversions

Conversion Utilities Common for Electrical Engineering.

electricpy.fault

Electrical Power Engineering Faults Calculations.

electricpy.latex

LaTeX Support Module to help Generate LaTeX formatted Math Symbols and Formulas.

electricpy.math

Common Mathematic Functions for Electrical Engineering.

electricpy.passive

Functions and Formulas Related to Passive Electrical Components (R/L/C).

electricpy.phasor(mag[, ang])

Complex Phasor Generator.

electricpy.sim

Simulation Module for Filter and System Simulation for Electrical Engineering.

electricpy.visu

Visualizations Specifically for Electrical Engineering.