FUEL_READING

# 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

@FUEL_READING
   #start_type          stop_path
   AFTER_STABILITY      MODE_TERMINATE

   #number_of_readings  interval    extern_sync_event     desired_time
   1                    0.00[sec]             -             2.5[min]