Class for making a real-vaLuad 3D object, used for Poynting vectors.
More...
|
| def | __init__ (self, Prx, Pry, Prz) |
| | Constructor. More...
|
| |
| def | save (self, filename) |
| | Save a rfield object to a numpy compressed arrays (.npz) file. More...
|
| |
Class for making a real-vaLuad 3D object, used for Poynting vectors.
◆ __init__()
| def PyPO.PyPOTypes.rfield.__init__ |
( |
|
self, |
|
|
|
Prx, |
|
|
|
Pry, |
|
|
|
Prz |
|
) |
| |
Constructor.
Takes Poynting components and assigns to member variables.
- Parameters
-
| Prx | Poynting x-component. |
| Pry | Poynting y-component. |
| Prz | Poynting z-component. |
◆ save()
| def PyPO.PyPOTypes.rfield.save |
( |
|
self, |
|
|
|
filename |
|
) |
| |
Save a rfield object to a numpy compressed arrays (.npz) file.
- Parameters
-
| filename | The path and name of the file to save to. |
The documentation for this class was generated from the following file: