Modeler ~~~~~~~ These examples use PyAEDT to show some modeler capabilities. .. grid:: 2 .. grid-item-card:: Coordinate system creation :padding: 2 2 2 2 :link: coordinate_system :link-type: doc .. image:: _static/coordinate_system.png :alt: Coordinate system :width: 250px :height: 200px :align: center This example shows how to use PyAEDT to create and modify coordinate systems in the modeler. .. grid-item-card:: Polyline creation :padding: 2 2 2 2 :link: polyline :link-type: doc .. image:: _static/polyline.png :alt: Polyline :width: 250px :height: 200px :align: center This example shows how to use PyAEDT to create and manipulate polylines. .. grid-item-card:: Circuit schematic creation and analysis :padding: 2 2 2 2 :link: circuit_schematic :link-type: doc .. image:: _static/circuit.png :alt: Circuit :width: 250px :height: 200px :align: center This example shows how to build a circuit schematic and run a transient circuit simulation. .. grid-item-card:: Circuit Netlist to Schematic :padding: 2 2 2 2 :link: netlist_to_schematic :link-type: doc .. image:: _static/netlist.png :alt: Netlist :width: 250px :height: 250px :align: center This example shows how to build a circuit schematic and run a transient circuit simulation. .. toctree:: :hidden: coordinate_system polyline circuit_schematic netlist_to_schematic