Squidstat API User Manual
Loading...
Searching...
No Matches
Squidstat API User Manual

The Admiral Instruments API gives more control of our potentiostats, and gives you the tools to integrate running our experiments in your pipeline and automating your workflow.

Our API lets you programmatically start an experiment, pause an experiment and stop an experiment. You can Download our API from our git repository.

For example, you may want to start an experiment with our device automatically whenever another device you have reads a certain temperature. Among other things, when an experiment is started, paused, or stopped, our API also sends a signal that you can use to control your workflow. For example, you may choose to start the next step in your pipeline whenever the experiment stops.

All examples included in this documentation, as well as additional examples, can be downloaded from our git repository for C++ and Python.

Let us start by going through the basics.