Using Driver and System Commands

A command is a user-defined statement that extends the ATEasy programming language. Depending on where they are used, commands can be associated with procedures or I/O tables. They simplify programming because you can substitute easy-to-understand, English statements for cryptic procedure names. Thus, commands can make a program more readable. Commands are mainly used in instrument Drivers, but can be used in the System as well.

There are only a limited number of differences between System and Driver commands:

For instructions on creating and using commands, see the Commands chapter.