__prod_name Commands Overview

__prod_name uses commands to both setup and control an experiment.  Most of the commands are going to be processed from configuration files,  and are used to setup an experiment.  You can also use commands through NetCom to control an experiment.  Regardless of where the commands come from, they are processed by __prod_name identically.  

Command Rules

All of the __prod_name commands obey some common rules.  If a command deviates from these rules, the description of the command will let you know.  Actual commands will appear in italics .  When using commands in configuration files, there are additional rules (see Configuration Files for more information).
  1. Commands begin with a hyphen (-).
  2. Commands and arguments are not case sensitive.
  3. Commands must be spelled correctly, there are no abbreviations.
  4. All command arguments are separated by a space.
  5. If any command or argument contains a space, it must be surrounded by double quotes (" ").
  6. All objects must be created before they are used.
  7. All command arguments are required unless otherwise stated in the command documentation.