# Window Gap Material

![](/files/-MihpeJVCoB18fEkuWSY)

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

Create a window gas gap material that corresponds to a layer in a window construction. This material can be plugged into the "HB Window Construction" component.

## Inputs

* **name**

  Text to set the name for the material and to be incorporated into a unique material identifier.&#x20;
* **thickness**

  Number for the thickness of the air gap layer in meters. (Default: 0.0125 m).&#x20;
* **gas\_types**

  A list of text describing the types of gas in the gap. Text must be one of the following: 'Air', 'Argon', 'Krypton', 'Xenon'.&#x20;
* **gas\_ratios**

  A list of text describing the volumetric fractions of gas types in the mixture.  This list must align with the gas\_types input list. Default: Equal amout of gases for each type.&#x20;

## Outputs

* **mat**

  A window gas gap material that describes a layer in a window construction and can be assigned to a Honeybee Window construction.&#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/1_constructions/window_gap_material.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.
