NativeComponentObject#
- class ansys.aedt.core.modules.boundary.layout_boundary.NativeComponentObject(app, component_type, component_name, props)#
Manages Native Component data and execution.
- Parameters:
Examples
This example the par_beam returned object is a
ansys.aedt.core.modules.boundary.layout_boundary.NativeComponentObject
.>>> from ansys.aedt.core import Hfss >>> hfss = Hfss(solution_type="SBR+") >>> ffd_file ="path/to/ffdfile.ffd" >>> par_beam = hfss.create_sbr_file_based_antenna(ffd_file) >>> par_beam.native_properties["Size"] = "0.1mm" >>> par_beam.update() >>> par_beam.delete()
Methods
Create a Native Component in AEDT.
Delete the Native Component in AEDT.
Create dictionary from the Binary Tree.
Activate suppress option for all the operations contained in the binary tree node.
Disable suppress option for all the operations contained in the binary tree node.
Update the Native Component in AEDT.
Update the property of the binary tree node.
Attributes
Available properties.
Command of the modeler hystory if available.
Definition name of the native component.
Boundary Name.
Properties data.
Native Component Coordinate System.