export_element_pattern#
- Hfss.export_element_pattern(frequencies: float | list, setup: str, sphere: str, variations: dict | None = None, element_name: str = 'element', output_dir: str | None = None) bool#
Export the element pattern.
For phased array cases, only one phased array is calculated.
- Parameters:
- frequencies
floatorlist Frequency value or list of frequencies to compute far field data.
- setup
str Name of the setup to use.
- sphere
str Infinite sphere to use.
- variations
dict,optional Variation dictionary. The default is
None, in which case the nominal variation is exported.- element_name
str,optional Element pattern file name. The default is
"element".- output_dir
str,optional Path to export the element patterns to. The default is
None, in which case the files are exported to the working_directory path.
- frequencies
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ExportElementPatternToFile