Skip to main content

AT1032S API & Software

The AT1032S Test Sequencer is controlled through comprehensive APIs available for both Python and NodeJS, as well as the AT1000-Interface, which is used to manage the projects hosted on the device.

AT1000 Interface​

Coming soon

AT1000 interface will soon be available for download.

Node JS and Python APIs​

Javascript (nodeJS) and Python APIs can be donwloaded and installed via npm and pip respectively. Simply run this script in your terminal to create a new project and install the required packages:

mkdir my_test_project
cd my_test_project
npm init -y
npm install @ikalogic/at1000

Full api documentation can be found here:


AT1032S API Documentation