Scripting in Total Control
Total Control supports multiple scripting approaches for automation.
Scripting Languages
| Language | Best For | Complexity |
|---|---|---|
| AAIS | Simple tests, quick automation | Low |
| JavaScript (Rhino) | Complex scripts, full logic | Medium-High |
| REST API | External tools, CI/CD integration | Medium |
| JS API | Direct TC scripting | Medium |
Documentation
- AAIS Script Language — Simple FindNode-based scripting
- AAIS Full Reference — Complete AAIS command reference
- JavaScript (Rhino) — Full JavaScript scripting guide
- Device Classes — Device and DeviceArray class reference
- Script Demos — Working demo scripts
- API Examples — Code examples from sigma-rt.com
Related
- REST API — HTTP-based automation
- JS API — JavaScript module system
- FindNode — Object-based UI element detection
- Test Framework — Structured testing with scripts