export_farfield#

ToolkitBackend.export_farfield(frequencies=None, setup=None, sphere=None, variations=None, encode=True)[source]#

Export far field data and then encode the file if the encode parameter is enabled.

Parameters:
frequenciesfloat, list

Frequency value or list of frequencies to compute far field data. The default is None, in which case all available frequencies are computed.

setupstr, optional

Name of the setup to use. The default is None, in which case nominal_adaptive is used.

spherestr, optional

Infinite sphere to use. The default is None, in which case an existing sphere is used or a new one is created.

variationsdict, optional

Variation dictionary.

encodebool, optional

Whether to encode the file. The default is True.

Returns:
list or dict

List of eep files or encoded data.