AntPosRot¶
-
class
pylayers.antprop.antenna.
AntPosRot
(name, p, T)[source]¶ Bases:
pylayers.antprop.antenna.Antenna
Antenna + position + Rotation
This class implement an antenna at a position p with an orientation T
Methods Summary
field
(p)calculate field at points p
show3
(**kwargs)show3 geomview
Methods Documentation
-
show3
(**kwargs)[source]¶ show3 geomview
k : frequency index po : poition of the antenna T : GCS of the antenna typ : string
‘G’ | ‘Ft’ | ‘Fp’
- modestring
‘linear’| ‘not implemented’
- silentboolean
True | False
>>> from pylayers.antprop.antenna import * >>> import numpy as np >>> import matplotlib.pylab as plt >>> A = Antenna('defant.sh3') >>> #A.show3()
-