|
|
|
# Description
|
|
|
|
|
|
|
|
This describes how to run multiple, simple experiments using a loop using the Python API script for the HTE platform.
|
|
|
|
|
|
|
|
# Instructions
|
|
|
|
|
|
|
|
First, make sure that SiLA browser is activated and that Automation Studio is closed.
|
|
|
|
|
|
|
|
1. Navigate to the folder "LEA-APItizer-unblocked" (should be in the quick access menu in File Explorer. If otherwise: C:/Users/Unchained Labs/Documents/Python-API-files
|
|
|
|
2. click Python.bat
|
|
|
|
3. in the terminal windows, write:
|
|
|
|
|
|
|
|
```
|
|
|
|
import dev_UiB
|
|
|
|
dev_UiB.RunConsecExp(2)
|
|
|
|
```
|
|
|
|
|
|
|
|
4. The script should start running for 2 iterations |
|
|
\ No newline at end of file |