# Set Multiplier

![](/files/-Miho3wCSRPHQk6UPhPo)

![](/files/-Miho3f02iOtC1wjlQHU) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Set%20Multiplier.py)

Change the multiplier of a honeybee Room.

Multipliers are used to speed up the calculation when similar Rooms are repeated more than once. Essentially, a given simulation with the Room is run once and then the result is multiplied by the multiplier. This means that the "repetition" isn't in a particular direction (it's essentially in the exact same location) and this comes with some inaccuracy. However, this error might not be too large if the Rooms are similar enough and it can often be worth it since it can greatly speed up the calculation.

### Inputs

* **rooms \[Required]**

Honeybee Rooms to which the input \_multipier should be assigned.

* **multiplier \[Required]**

An integer noting how many times the Rooms are repeated. This can also be an array of integers, which align with the input \_rooms and will be matched to them accordingly.

* **excl\_floor**

Boolean to indicate whether the floor area of the room is excluded from the Model it is a part of. Note that this will not affect the floor\_area property of this Room but it will ensure the Room's floor area is excluded from any calculations when the Room is part of a Model and when it is simulated in EnergyPlus.

### Outputs

* **report**

...

* **rooms**

The input Rooms with their multipliers edited.


---

# 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/honeybee-primer/components/0_create/set_multiplier.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.
