FarFieldSetup#
- class ansys.aedt.core.modules.boundary.FarFieldSetup(app, component_name, props, component_type, units='deg')[source]#
Manages Far Field Component data and execution.
Examples
in this example the sphere1 returned object is a
ansys.aedt.core.modules.boundary.FarFieldSetup
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> sphere1 = hfss.insert_infinite_sphere() >>> sphere1.props[“ThetaStart”] = “-90deg” >>> sphere1.props[“ThetaStop”] = “90deg” >>> sphere1.props[“ThetaStep”] = “2deg” >>> sphere1.delete()Methods
Create a Field Setup Component in HFSS.
Delete the Field Setup in AEDT.
Update the Field Setup in AEDT.
Attributes
Available properties.
Set/Get the Far Field Azimuth Start Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the Far Field Azimuth Step Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the Far Field Azimuth Stop Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the Far Field Radiation Surface FaceList.
Set/Get the Far Field Angle Definition.
Set/Get the Far Field Elevation Start Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the Far Field Elevation Step Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the Far Field Elevation Stop Angle if Definition is Set to Az Over El or El Over Az.
Set/Get the custom Coordinate System name.
Variable name.
Set/Get the Far Field Phi Start Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Phi Step Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Phi Stop Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Polarization.
Set/Get the Far Field Slant Angle if Polarization is Set to Slant.
Set/Get the Far Field Theta Start Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Theta Step Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Theta Stop Angle if Definition is Set to Theta-Phi.
Set/Get the Far Field Radiation Surface Enable.
Set/Get the usage of a custom Coordinate System.