> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/hb-energy-primer/components/3_loads/deconstruct_setpoint.md).

# Deconstruct Setpoint

![](/files/-MihpeuJJniSbCGw_Oua)

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

Deconstruct a Setpoint object into its constituient properties.

## Inputs

* **setpoint \[Required]**

  A Setpoint object to be deconstructed.&#x20;

## Outputs

* **name**

  Text string for the setpoint display name.&#x20;
* **heating\_sch**

  A temperature schedule for the heating setpoint. The type limit of this schedule should be temperature and the values should be the temperature setpoint in degrees Celcius.&#x20;
* **cooling\_sch**

  A temperature schedule for the cooling setpoint. The type limit of this schedule should be temperature and the values should be the temperature setpoint in degrees Celcius.&#x20;
* **humid\_setpt**

  A numerical value between 0 and 100 for the relative humidity humidifying setpoint \[%]. This value will be constant throughout the year. If None, no humidification will occur.&#x20;
* **dehumid\_setpt**

  A numerical value between 0 and 100 for the relative humidity dehumidifying setpoint \[%]. This value will be constant throughout the year. If None, no dehumidification will occur beyond that which is needed to create air at the cooling supply temperature.&#x20;
