PyPO User Manual
PyPO.Enums.FieldComponents Class Reference

Enum types for electric and magnetic field components. More...

Inheritance diagram for PyPO.Enums.FieldComponents:
PyPO.Enums.CustomEnum

Static Public Attributes

int Ex = 0
 
int Ey = 1
 
int Ez = 2
 
int Hx = 3
 
int Hy = 4
 
int Hz = 5
 
 NONE = None
 

Additional Inherited Members

- Public Member Functions inherited from PyPO.Enums.CustomEnum
def __str__ (self)
 

Detailed Description

Enum types for electric and magnetic field components.

These are special options that are used whenever a specific component of a field or current distribution is required. This could be, for example, for visualisation or an efficiency calculation.

Options:
Ex : x-component of E-field
Ey : y-component of E-field
Ez : z-component of E-field
Hx : x-component of H-field
Hy : y-component of H-field
Hz : z-component of H-field
NONE : No component. Use for scalarfield objects.


The documentation for this class was generated from the following file: