About Commands

This chapter discusses user-defined statements that extend the ATEasy programming language. These are called Commands. Use the table below to learn more about this chapter's topics.

 

Topic

Description

Overview of Commands

What are ATEasy commands, the syntax of commands, and the benefit of using commands?

Commands and Modules

Discusses the modules that can have commands and provide examples of commands.

The Commands View

Describes the Commands view used to create commands.

Creating Driver Commands

Provides a detailed, step-by-step example of creating driver commands.

Attaching Procedures and I/O Tables to Commands

How to attach the procedures and I/O Tables you previously created to commands.

Replacing Parameters with Arguments

How to replace parameters with constants and variables arguments with parameters for commands that are attached to procedures with parameters.

Using Commands from Other Modules

How to use commands created in other modules. Provides rules and recommendations for using commands from other modules.

Creating System Commands

Provides an example explained in a step by step procedure to create a system procedure and command. Also, demonstrates how to use auto command completion and insert command cascading menu to insert command to your code.

Program Commands

Provides examples of program commands.