# Deconstruct Equipment

![](/files/-Mihpdy37fKRwlo2u0Mm)

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

Deconstruct an Equipment object into its constituient properties.

## Inputs

* **equip \[Required]**

  An ElectricEquipment or a GasEquipment object to be deconstructed.&#x20;

## Outputs

* **name**

  An Equipment object that can be used to create a ProgramType or be assigned directly to a Room.&#x20;
* **watts\_per\_area**

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

  A fractional 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.&#x20;
* **latent\_fract**

  A number between 0 and 1 for the fraction of the total equipment load that is latent (as opposed to sensible).&#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).&#x20;
* **is\_gas**

  Will be True if the input Equipment object is for GasEquipment; False if it is for ElectricEquipment.&#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/deconstruct_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.
