Previous topic

emf.base.get_electric_perm

Next topic

emf.base._BaseEMFAnalysis.set_electric_perm

This Page

emf.base._BaseEMFAnalysis

class emf.base._BaseEMFAnalysis(phases, mu0='air', e0='air')[source]

A base class for performing electric and magnetic field analysis of transmission lines.

Parameters:
phases : list

A list of Phase3D.

mu0 : float

The magnetic permeability of the space.

e0 : float

The electric permittivity of the space.

Methods

set_electric_perm(self, value) Sets the electric permittivity of the space.
set_magnetic_perm(self, value) Sets the magnetic permeability of the space.