NearFieldSetup#

class ansys.aedt.core.modules.boundary.hfss_boundary.NearFieldSetup(app, component_name, props, component_type)#

Manages Near Field Component data and execution.

Examples

In this example the rectangle1 returned object is a ansys.aedt.core.modules.boundary.hfss_boundary.NearFieldSetup

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> rectangle1 = hfss.insert_near_field_rectangle()

Methods

NearFieldSetup.create()

Create a Field Setup Component in HFSS.

NearFieldSetup.delete()

Delete the Field Setup in AEDT.

NearFieldSetup.jsonalize_tree()

Create dictionary from the Binary Tree.

NearFieldSetup.suppress_all(app)

Activate suppress option for all the operations contained in the binary tree node.

NearFieldSetup.unsuppress_all(app)

Disable suppress option for all the operations contained in the binary tree node.

NearFieldSetup.update()

Update the Field Setup in AEDT.

NearFieldSetup.update_property(prop_name, ...)

Update the property of the binary tree node.

Attributes

NearFieldSetup.available_properties

Available properties.

NearFieldSetup.children

NearFieldSetup.command

Command of the modeler hystory if available.

NearFieldSetup.name

Boundary Name.

NearFieldSetup.properties

Properties data.

NearFieldSetup.props