edges_analysis.beams.Beam.from_feko

classmethod Beam.from_feko(path: str | Path, az_antenna_axis: float = 0) Beam[source]

Read a FEKO beam file.

Parameters:
  • filename – The path to the file.

  • az_antenna_axis – The azimuth of the primary antenna axis, in degrees.

Returns:

  • beam_maps – A (Nfreq, Nel, Naz) array giving values of the beam. Note that elevation and azimuth are always in 1-degree increments.

  • freq – The frequencies at which the beam is defined.