get_cell#

ComponentArray.get_cell(row: int, col: int) CellArray#

Get cell object corresponding to a row and column.

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

Examples

>>> from ansys.aedt.core.modeler.cad.component_array import ComponentArray
>>> obj = ComponentArray()
>>> obj.get_cell(row=1, col=1)