Skip to main content
Ctrl+K
PyAEDT - Home PyAEDT - Home
  • Home
  • Getting started
  • User guide
  • API reference
  • Examples
    • Release notes
Ctrl+K
  • GitHub
  • Support
  • Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Release notes
Ctrl+K
  • GitHub
  • Support

Section Navigation

  • Application and solvers
  • Material and stackup
  • 3D modeler
  • 2D modeler
  • Primitives
    • Object3d
    • FacePrimitive
    • EdgePrimitive
    • VertexPrimitive
    • PolylineSegment
    • Polyline
    • ComponentArray
      • create
      • delete
      • edit_array
      • export_array_info
      • get_cell
      • get_cell_position
      • get_component_objects
      • lattice_vector
      • parse_array_info_from_csv
      • update_properties
      • a_length
      • a_size
      • a_vector_choices
      • a_vector_name
      • b_length
      • b_size
      • b_vector_choices
      • b_vector_name
      • cells
      • component_names
      • coordinate_system
      • name
      • padding_cells
      • post_processing_cells
      • properties
      • public_dir
      • render
      • render_choices
      • render_id
      • show_cell_number
      • visible
    • UserDefinedComponent
    • Point
    • Plane
    • HistoryProps
    • BinaryTreeNode
    • CoordinateSystem
    • GeometryOperators
    • Multi-part components
    • Stackup 3D components
  • Modeler in HFSS 3D Layout
  • Modeler and components Circuit
  • Boundary objects
  • Mesh operations
  • Setup
  • Visualization
  • Logger
  • Optimetrics
  • Variable
  • Constants
  • Configuration files
  • Setup templates
  • Cable modeling
  • Filter design
  • Profiles
  • Generic
  • PyAnsys
  • API reference
  • Primitives
  • ComponentArray
  • create

create#

classmethod ComponentArray.create(app: Hfss, input_data: dict, name: str | None = None) → ComponentArray#

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.

On this page
  • create()
Edit on GitHub
  • Show Source

© Copyright (c) 2026 ANSYS, Inc. All rights reserved.

Created using Sphinx 8.2.3.

Built with the Ansys Sphinx Theme 1.7.2.
Last updated on