edges_analysis.beams.Beam.from_feko_raw

classmethod Beam.from_feko_raw(file_name_prefix: str | Path, ext: str = 'txt', f_low: int = 40, f_high: int = 100, freq_p: int = 61, theta_p: float = 181, phi_p: float = 361, 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.

  • f_low, f_high – lower and higher frequency bounds

  • freq_p – Number of frequency points in the simulation file.

  • theta_p – Number of zenith angle points in the simulation file.

  • phi_p – Number of azimuth points in the simulation file.

Returns:

beam – The beam object.