Load and manage files
=====================

PyAEDT supports different files formats to manage simulation and setup data.
Descriptions follow for the most used formats.


.. grid:: 2

   .. grid-item-card:: Project file
            :link: pyaedt_file_data/project
            :link-type: doc

            The project configuration file allows you to apply a set of variables, materials, setup, mesh, and boundaries.

   .. grid-item-card:: Report file
            :link: pyaedt_file_data/reports
            :link-type: doc
            :margin: 2 2 0 0

            The report configuration files allows you to easily create customized AEDT reports.

   .. grid-item-card:: Materials file
            :link: pyaedt_file_data/materials
            :link-type: doc
            :margin: 2 2 0 0

            The report configuration files allows you to import and export materials in AEDT.

   .. grid-item-card:: Primitives file
            :link: pyaedt_file_data/primitives
            :link-type: doc
            :margin: 2 2 0 0

            Create primitives from file.

   .. grid-item-card:: Array
            :link: pyaedt_file_data/array
            :link-type: doc
            :margin: 2 2 0 0

            File to control 3D Component array geometry.

   .. grid-item-card:: Cables
            :link: pyaedt_file_data/cable
            :link-type: doc
            :margin: 2 2 0 0

            File to control cable design.

   .. grid-item-card:: Choke
            :link: pyaedt_file_data/choke
            :link-type: doc
            :margin: 2 2 0 0

            File to control choke synthesis.



.. toctree::
   :hidden:
   :maxdepth: 2

   pyaedt_file_data/project
   pyaedt_file_data/reports
   pyaedt_file_data/materials
   pyaedt_file_data/primitives
   pyaedt_file_data/array
   pyaedt_file_data/cable
   pyaedt_file_data/choke