> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/software/file-formats/measurements.zip.md).

# measurements.zip

<div data-with-frame="true"><figure><img src="/files/ryXCQ8qiNuYZmyaVxdec" alt=""><figcaption><p>Example content of the <code>measurements</code> folder inside a <em>measurements.zip</em> file. Note that the BDR file size varies from measurement to measurement.</p></figcaption></figure></div>

💾 Typical file size **1–5 MiB**

💽 Media type `application/zip`

💻 Typical software [Windows File Explorer](https://en.wikipedia.org/wiki/File_Explorer) or [7-Zip](https://en.wikipedia.org/wiki/7-Zip)

{% content-ref url="/pages/JNKHL6F9BFiOsAD7n6bM" %}
[Download summary](/software/access/pages/download-summary.md)
{% endcontent-ref %}

{% hint style="info" %}

## Power user feature 🥊

This feature is for BactoBox® power users. Use this feature for added value with your BactoBox®, though it's optional for regular use.
{% endhint %}

## File name

Usually, the file name is *not* `measurements.zip` but instead something like `bb2241039-2026-01-09.zip` that includes both the ID if your device (`bb2241039`) and the current date (`2026-01-09`).

{% hint style="info" %}

### Don't confuse *measurements.zip* with DDB

Both the [device data bundle](/software/file-formats/device-data-bundle-ddb.md) and the *measurements.zip* file uses a file name in the `bb2241039-2026-01-09.zip` format. It is easy to confuse the two but their purpose is very different.
{% endhint %}

## Contents

Contains a single folder called `measurements` . Within this folder you find a [BDR file](/software/file-formats/bdr-file.md) for each *Measure*-like program started on your device. Example:

* `measure-bb2241039-2026-01-08T134344+0100-R98.bdr`
* `measure-bb2241039-2026-01-08T153547+0100-R99.bdr`
* `measure-bb2241039-2026-01-08T154559+0100-S00.bdr`
* `measure-bb2241039-2026-01-08T154954+0100-S01.bdr`
* `measure-bb2241039-2026-01-08T155239+0100-S02.bdr`

The file name includes:

* Device ID (`bb2241039`)
* When the measurement started in the ISO 8601 format including the UTC offset (`2026-01-08T155239+0100`)
* The mnemonic measurement ID (`S02`)

## ZIP format

The *measurements.zip* file uses the [ZIP file format](https://en.wikipedia.org/wiki/ZIP_\(file_format\)). Modern operating systems such as Microsoft Windows has built-in support for ZIP files and readily opens these files.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.sbtinstruments.com/software/file-formats/measurements.zip.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.
