PAM_DATAPOINT

#    The @PAM_DATAPOINT keyword allows an PAM data point to be
#    captured without actually taking a fuel reading.  The input 
#    format is identical to  @FUEL_READING.
#    
#    A particular test mode may contain an @FUEL_READING or an 
#    @PAM_DATAPOINT keyword, but not both.
#
#  PAM data point specification
#
# options for stop_path 
#  NONE
#  MODE_TERMINATE
#  RETURN  (to calling procedure)
#  a mode number in this test procedure
#  the pathname of a test procedure  (example:  /specs/gp/gp_mytest )
#  a pathnname and mode number (example: /specs/gp/gp_mytest;23 )
#
#   start_type
#      NONE
#      AT_START                take at start of mode
#      EXTERNAL_SYNC           external sync by "ext_sync" event
#      AFTER_STABILITY         after stabilization
#
#   interval            - the interval for repeating fuel readings
#                         if number_of_readings >1  
#                         this may be a constant, variable, or expression
#
#   number_of_readings  - the number of readings to take
#                         this may be a constant, variable, or expression
#
#   ext_sync            - the event name which will synchronize readings 
#                         if start_type=EXTERNAL_SYNC
#
#   desired_time        - the desired length of the fuel reading 
#                         ( 0 = default )
#                         this may be a constant,l variable, or expression

@PAM_DATAPOINT
   #start_type          stop_path
   AFTER_STABILITY      MODE_TERMINATE

   #number_of_readings  interval  extern_sync_event  desired_time
   1                      0[sec]       -              30[sec]