# Deconstruct Lighting

![](/files/-Mihpe_FIkDsoM4mbbYA)

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

Deconstruct a Lighting object into its constituient properties.

## Inputs

* **lighting \[Required]**

  A Lighting object to be deconstructed.&#x20;

## Outputs

* **name**

  Text string for the lighting display name.&#x20;
* **watts\_per\_area**

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

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

  A number between 0 and 1 for the fraction of the total lighting load given off as long wave radiant heat.&#x20;
* **visible\_fract**

  A number between 0 and 1 for the fraction of the total lighting load given off as short wave visible light.&#x20;
* **return\_fract**

  A number between 0 and 1 for the fraction of the total lighting load that goes into the zone return air.&#x20;
* **baseline**

  The baseline lighting power density in W/m2 of floor area. This baseline is useful to track how much better the installed lights are in comparison to a standard like ASHRAE 90.1.&#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_lighting.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.
