# PMV Comfort Parameters

![](/files/-MihiljeY4p12olWYSs7)

![](/files/-MihiljfiJHRc03V0jaF) - [\[source code\]](https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/src//LB%20PMV%20Comfort%20Parameters.py)

Create a set of parameters that define the acceptable conditions of the Predicted Mean Vote (PMV) thermal comfort model.

These parameters can be plugged into any of the components that compute PMV thermal comfort.

### Inputs

* **ppd\_thresh**

A number between 5 and 100 that represents the upper threshold of PPD that is considered acceptable. Default is 10, which charcterizes most buildings in the ASHRAE-55 and EN-15251 standards.

* **hr\_upper**

A number between 0 and 1 indicating the upper limit of humidity ratio that is considered acceptable. Default is 1 for essentially no limit.

* **hr\_lower**

A number between 0 and 1 indicating the lower limit of humidity ratio considered acceptable. Default is 0 for essentially no limit.

* **still\_air\_thresh**

The air speed threshold in m/s at which the standard effective temperature (SET) model will be used to correct for the cooling effect of elevated air speeds. Default is 0.1 m/s, which is the limit according to ASHRAE-55.

### Outputs

* **pmv\_par**

A PMV comfort parameter object that can be plugged into any of the components that compute PMV thermal comfort.


---

# 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/ladybug-primer/components/4_extra/pmv_comfort_parameters.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.
