|      In table 1 below the following variable names are used:
     XYZ is a device name existing in file DEVICE.LIS
     nnn, mmm ... are integer numeric values (encoded as string)
     n.m represents a floating numeric value (encoded as string)
     [list] is a list of device names and numerics and looks like:
              XYZ nnn n.m LF
              XYZ nnn n.m LF
              ..
              XYZ nnn n.m
     LF       means:  line feed character ( \n )
     [3par]   means:  low= nnn hi= nnn scale= n.m
     [4par]   means:  XYZ nnn n.m nnn
     [7par]   means:  XYZ nnn mmm a.b c.d e.f ddd
     [17par]  means:  list of all 17 parameters
     [6rates] means:  all six counting rates (as strings)
     f        means:  camac F parameter
     N,A,F    means:  standard camac N, A and F parameters
     sta      means:  returned status of camac transfer
     sn, n    means:  station number of 6-fold scaler
     s1, s2   means:  numbers of scaler channel 
 |