export_element_pattern#
- Hfss.export_element_pattern(frequencies, setup, sphere, variations=None, element_name='element', output_dir=None)#
Export the element pattern.
For phased array cases, only one phased array is calculated.
- Parameters:
- frequencies
float,list 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