export_antenna_metadata#
- Hfss.export_antenna_metadata(frequencies: float | list, setup: str, sphere: str, variations: dict | None = None, output_dir: str | None = None, export_element_pattern: bool | None = True, export_objects: bool | None = False, export_touchstone: bool | None = True, export_power: bool | None = False) bool#
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.- 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.- export_element_patternbool,
optional Whether to export the element patterns. The default is
True.- export_objectsbool,
optional Whether to export the objects. The default is
False.- export_touchstonebool,
optional Whether to export touchstone file. The default is
True.- export_powerbool,
optional Whether to export all available powers:
IncidentPower,RadiatedPower,AcceptedPower. The default isFalse.
- frequencies
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ExportMetadata