Getting started with the API
The AT1032S Test Sequencer is controlled through comprehensive APIs available for both Python and NodeJS.
NodeJS and Python APIs​
JavaScript (NodeJS) and Python APIs can be downloaded and installed via npm and pip respectively. Run the relevant commands in your terminal to create a new project and install the required packages:
- For NodeJS
- For Python
npm create @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