Print  Email 
 

Scripting Fundamentals: The VTS API

This chapter describes the VTS API (application program interface) in detail. Definitions and examples are provided for the basic building blocks of the VTS scripting language including variables, functions, states, and modules, etc.

An understanding of the structure of the VTS scripting language is essential to successful coding. By reading this section and referring to the chapter Common Tasks, which discusses the mechanics of basic programming tasks in VTS, you should have a solid understanding of how to create new and modify existing VTS applications.

Topics in this section:

Programming Terms and Definitions

States

Actions and Scripts

Functions

Modules

Operators

Boolean Logic

VTS Language Syntax

Variables

Compiling Code

VTS Application Module Organization