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:
- For NodeJS
- For Python
mkdir my_test_project
cd my_test_project
npm init -y
npm install @ikalogic/at1000
mkdir my_test_project
cd my_test_project
python -m venv my_test_env
source my_test_env/bin/activate # On Windows use `my_test_env\Scripts\activate`
pip install ikalogic-at1000
Full api documentation can be found here:
AT1032S API Documentation