Patch¶

- class SimulatedPatchAntenna(mode=AntennaMode.DUPLEX, pose=None, weight=1 + 0j)[source]¶
Bases:
SimulatedAntenna
,PatchAntenna
[SimulatedAntennaPort
]Model of single patch antenna within an antenna array.
- Parameters:
mode (
AntennaMode
) – Antenna’s mode of operation. By default, a full duplex antenna is assumed.pose (
Transformation
|None
) – The antenna’s position and orientation with respect to its array.weight (
complex
) – Phase and amplitude shift of signals transmitted and received by this antenna. By default, no phase and amplitude shift is applied.