create#

classmethod ComponentArray.create(app, input_data, name=None)#

Create a component array.

Parameters:
appansys.aedt.core.Hfss

HFSS PyAEDT object.

input_datadict

Properties of the component array.

namestr, optional

Name of the component array. The default is None, in which case a random name is assigned.

Returns:
ansys.aedt.core.modeler.cad.component_array.ComponentArray

Component array object.