# Equipment

![](/files/-Mihpdw2806IhvQxNxx9)

![](/files/-Mihpdw4xxMqGVa2deIn) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Equipment.py)

Create an Equipment object that can be used to specify equipment usage in a ProgramType.

## Inputs

* **name**

  Text to set the name for the Equipment and to be incorporated into a unique Equipment identifier. If None, a unique name will be generated.&#x20;
* **watts\_per\_area \[Required]**

  A numerical value for the equipment power density in Watts per square meter of floor area.&#x20;
* **schedule \[Required]**

  A fractional schedule for the use of equipment over the course of the year. The fractional values will get multiplied by the \_watts\_per\_area to yield a complete equipment profile.&#x20;
* **radiant\_fract**

  A number between 0 and 1 for the fraction of the total equipment load given off as long wave radiant heat. (Default: 0).&#x20;
* **latent\_fract**

  A number between 0 and 1 for the fraction of the total equipment load that is latent (as opposed to sensible). (Default: 0).&#x20;
* **lost\_fract**

  A number between 0 and 1 for the fraction of the total equipment load that is lost outside of the zone and the HVAC system. Typically, this is used to represent heat that is exhausted directly out of a zone (as you would for a stove). (Default: 0).&#x20;
* **gas**

  Set to "True" to have the output Equipment object be for GasEquipment (as opposed to ElectricEquipment).&#x20;

## Outputs

* **equip**

  An Equipment object that can be used to specify equipment usage in a ProgramType.&#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/hb-energy-primer/components/3_loads/equipment.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.
