> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/dragonfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/dragonfly-primer/components/4_electricgrid/transformer.md).

# Transformer

![](/files/-Mihra2qfawoKqExwpcs)

![](/files/-Ma9gM3wYrP7g85s8diX) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Transformer.py)

Create an OpenDSS Transformer from its footprint geometry (horizontal Rhino surfaces).

## Inputs

* **geo \[Required]**

  A horizontal Rhino surface representing a footprint to be converted into a Transformer.&#x20;
* **properties \[Required]**

  Text for the properties of the Transformer to be looked up in the TransformerProperties library (the output from the "DF OpenDSS Libraries" component). This can also be a custom TransformerProperties object.&#x20;
* **name**

  Text to set the base name for the Transformer, which will also be incorporated into unique Transformer identifier. If the name is not provided, a random one will be assigned.&#x20;

## Outputs

* **transformer**

  A Dragonfly Transformer object that can be used within an Electrical Network.&#x20;
