# Helpers

## Description

`Helpers/` is a Python package which contains miscellaneous helper classes that are not specific to one `submodule`.

## Classes

### threadhandler.ThreadHandler

[File](https://github.com/TJREVERB/pfs/blob/master/helpers/threadhandler.py)

Contains the `ThreadHandler` class. Details on the `ThreadHandler` class are [here](/reverb/programming/pfs/structure-and-configuration/threads.md).

### error.Error

[File](https://github.com/TJREVERB/pfs/blob/master/helpers/error.py)

Contains the `Error` class. Details on the `Error` class are [here](/reverb/programming/pfs/formats-and-commands.md#errors).

### log.Log

[File](https://github.com/TJREVERB/pfs/blob/master/helpers/log.py)

Contains the `Log` class. Details on the `Log` class are here.

### Mode

[File](https://github.com/TJREVERB/pfs/blob/master/helpers/mode.py)

Contains the `Mode` enum. The `Mode` enum standardizes `Mode` objects

### Power

[File](https://github.com/TJREVERB/pfs/blob/master/helpers/power.py)

Contains the `Power` enum. The `Power` enum standardizes power threshold values.


---

# 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://tjcubesat.gitbook.io/reverb/programming/pfs/the-framework/helpers.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.
