# Substation

![](/files/-Ma9gM6qDS8yecEcHjTM)

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

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

## Inputs

* **geo \[Required]**

  A horizontal Rhino surface representing a footprint to be converted into a Substation.&#x20;
* **name**

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

## Outputs

* **substation**

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ladybug.tools/dragonfly-primer/components/4_electricgrid/substation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
