Skip to main content

Módulo PyElectrica, útil para resolver problemas específicos en la Ingeniería eléctrica

Project description

PyElectrica

MODULO PyElectrica, UTIL PARA RESOLVER PROBLEMAS ESPECIFICOS DE LA INGENIERIA ELECTRICA

INSTALACION

~> pip install pyelectrica

MANUAL DE USO

Desde el interprete de Python se importa la funcion a utilizar segun el tipo de problemas que se quiera resolver.

~>>> from pyelectrica import "nombre de la funcion"

Ejemplo

Calcular el valor de la corriente utilizando la ley de Ohm, y considerando que se tiene un voltaje de 12V (V=12) y una resistencia de 2 Ohms (R=2).

~>>> from pyelectrica import leyOhm

~>>> leyOhm(V=12, I='?', R=2)

I = 6.0 A

~>>>

FUNCIONES INCLUIDAS EN LA VERSION 1.0.6 EL MODULO PyElectrica

Para analisis de Circuitos Electricos

  • leyOhm

  • bode

  • bodeNb

  • escalon

  • vNodos

  • vNodosV

  • iLazos

  • iLazosV

Para el analisis de Maquinas electricas

  • mLineal_CD

  • compCA_GenSinc

  • par_vel

GENERAR INFORMACION DE AYUDA DE LA FUNCION IMPORTADA

Basta con llamar en el interprete de Python la funcion "help()" y la funcion importada del modulo PyElectrica, utilizando la siguiente sintaxis: help("nombre de la funcion").

Ejemplo:

~>>> help(leyOhm)

Se omiten signos ortograficos intensionalmente para evitar problemas de visualizacion en la pagina del modulo en el PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyelectrica-1.0.6.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

pyelectrica-1.0.6-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page