# Get Dynamic Groups

![](/files/Ug07dDzncewO3YcmiDrE)

![](/files/dhdLthPfOIpl0NY8YeVk) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-radiance/blob/master/honeybee_grasshopper_radiance/src//HB%20Get%20Dynamic%20Groups.py)

Get all of the Dynamic Radiance Groups assigned to a Model.

### Inputs

* **model \[Required]**

A Honeybee Model for which dynamic groups will be output.

### Outputs

* **group\_ids**

The identifiers of the dynamic groups assigned to the Model.

* **group\_aps**

A data tree of Dynamic Apertures in the Model. Each branch of the tree represents a different Dynamic Aperture Group and corresponds to the group\_ids above. The data tree can be exploded with the native Grasshopper "Explod Tree" component to assign schedules to each Dynamic Group for postprocessing.


---

# 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-radiance-primer/components/0_basicproperties/get_dynamic_groups.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.
