image1 image2 image3 image4 image5 image6

2.1. Electrical Wire Sizes

The Python Electrical Wire Sizes module Version 0.1.27 can be used to size feeder conductors in low voltage such as the branch circuits of an electrical installation. Is tool is very useful for engineers and architects immersed in the branch of electrical projects and those familiar with some concepts shown here who want to learn related topics like this.

2.1.1. Installing the package

The installation of the package is done with the following line

pip install ElectricalWireSizes

2.1.2. Modules

The list of modules available in the package in this latest version are

Id

Descripción

Módulo

1

Low voltage module for conductors of copper class B, C and D voltage from 600V to 2000V

mbtcu

2

Low voltage module for class B, C and D aluminum conductors, voltage 600V to 2000V

mbtal

3

Low voltage module for class B, C and D copper conductors in direct current up to 2000 V

mbtcustd

4

Module to grpah results

graph

5

Resistance change in copper conductors

zpucu

6

Resistance change in aluminum conductor

zpual

7

Multiple circuits for copper and aluminum conductors

dbcircuit

8

Multiple circuits for copper conductors

dbcircuitcd

All modules work with units of the International System and in future versions will include the English System

2.1.3. Start package and module

The module has dependencies being necessary to install tabulate (it is installs automatically) which serves to give a better appearance at the time of displaying the results

In this example we will import the low voltage module

for copper conductors, we will not show the filling of this module only the order of call.

mbtcu()

In this simple way we can start each of the modules shown in the table shown above. In the following points you will see how to correctly fill each of the modules and that result is shown in each of them.