edit_array#

ComponentArray.edit_array() bool#

Edit component array.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditArray

Examples

>>> from ansys.aedt.core.modeler.cad.component_array import ComponentArray
>>> obj = ComponentArray()
>>> obj.edit_array()