# PO\_Dump\_SDD

![PO Dump SDD](/files/pwxsO2gTV4kYJqtdedRR)

Save entire model as CBECC Standards Data Dictionary (SDD) XML file

## Inputs

* **model \[Required]**

  A Honeybee Model object to be written to a SDD XML file.
* **name \[Default]**

  A name for the file to which the honeybee objects will be written. If unspecified, it will be derived from the model identifier.
* **folder \[Default]**

  An optional directory into which the honeybee objects will be written. The default is set to the default simulation folder.
* **dump \[Required]**

  Set to "True" to save the honeybee model to a SDD XML file.

## Outputs

* **SDD**

  The location of the file where the SDD XML file is saved.


---

# 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.pollination.solutions/user-manual/grasshopper-plugin/grasshopper-user-interface/4_serialization/po_dump_sdd.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.
