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:
- frequencies
float
,list
Frequency value or list of frequencies to compute far field data. The default is
None,
in which case all available frequencies are computed.- setup
str
,optional
Name of the setup to use. The default is
None,
in which casenominal_adaptive
is used.- sphere
str
,optional
Infinite sphere to use. The default is
None
, in which case an existing sphere is used or a new one is created.- variations
dict
,optional
Variation dictionary.
- encodebool,
optional
Whether to encode the file. The default is
True
.
- frequencies
- Returns: