Synnax for Test and Operations

Learn how to use Synnax for tests and operations.

Synnax is a sensor-data platform that allows for data storage, processing, and analysis. You can also control hardware with through running python scripts or by using the Synnax Console.

Manual Control with Synnax Console

To learn more about controlling hardware with the Synnax Console, visit our reference page on the Synnax Console.

Writing Automated Control Sequences

Synnax has support for writing automated control sequences in Python and TypeScript through their respective clients. Using one of these clients, you can write scripts for automated control of hardware and automated analysis of data. There are example autosequences to explore in our GitHub repository, but we also have a guide on writing a control sequence for tank pressurization.