ADI_ACTIONS

# The @ADI_ACTIONS keyword is used to specify the actions and
# timing associated with ADI_SEND and ADI_REQUEST
# mode.  
#  "start_type"      - specifies when the commands will be executed
#
#  "success_path"       - specifies what action will be taken when all 
#                      commands have been completed - options are
#                      NONE, MODE_TERMINATE, RETURN, a mode number,
#                      or a test procedure pathname
#
# "failure_path"     - specifies what to do if the communications
#                      fail to complete successfully - options are
#                      NONE, MODE_TERMINATE, RETURN, a mode number,
#                      or a test procedure pathname


@ADI_ACTIONS
   #start_type       success_path      failure_path
   AT_START          MODE_TERMINATE    99