export_array_info#
- ComponentArray.export_array_info(output_file: str = None) str#
Export array information to a CSV file.
- Returns:
strPath of the CSV file.
References
>>> oModule.ExportArray
Examples
>>> from ansys.aedt.core.modeler.cad.component_array import ComponentArray >>> obj = ComponentArray() >>> obj.export_array_info(output_file="example.txt")