NativeComponentObject#
- class ansys.aedt.core.modules.boundary.NativeComponentObject(app, component_type, component_name, props)[source]#
Manages Native Component data and execution.
- Parameters:
Examples
in this example the par_beam returned object is a
ansys.aedt.core.modules.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.
Update the Native Component in AEDT.
Attributes
Available properties.
Definition name of the native component.
Name of the object.
Object-oriented properties.
Native Component Coordinate System.