# Deconstruct Equipment

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-8525b02de21b2fbf15630a88e9978cd03c501f12%2FDeconstruct_Equipment.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-ac9fd025d559e61d1dbf5899691433c6a483224b%2FDeconstruct_Equipment.png?alt=media) - [\[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;
