#! /usr/lib/veetest/veetest -r
(revision "B.00.00")
(date "Tue 27/Oct/1992")
(component 0 "ROOTCONTEXT"
 (name "CONTENTS")
 (interface
 )
 (implementation
  (locked no)
  (trigMode deg)
  (nextID 1)
  (component 0 "NOTE"
   (name "LIB")
   (interface
   )
   (implementation
    (component text 62 5
     This library directory contains the following mergable example files for HP VEE:
     
        EXAMPLE                                                       
        FILENAME           DESCRIPTION                                
     ----------------------------------------------------------------------------------
     
     AryToMat           Takes a one dimensional array of data types Text, Integer, 
                        Real, Complex, and Pcomplex and outputs a two dimensional 
                        array such that the specified rows and columns must equal
                        the size of the original array.
     
     MatToAry           Flattens 2,3,....N Dimensioned array into one 1D array.
                        (This is a pre-configured concatenator with one input.)
     
     BarChart           Displays a 1-D array as a Bar Chart, with the number of
                        bars determined by the size of the array.  
     
     CompBarChart       Displays a comparative Bar Chart using two 1-D arrays of
                        equal size.  Corresponding elements from each array produce
                        half-width bars colored to identify the source array.
     
     PFBarChart         Displays a 1-D array as a Bar Chart, using a scalar limit
                        input to color each bar Red or Green, depending on whether
                        the bar exceeds the limit or not.
     
     PieChart           Displays a 1-D array as a pie chart of up to eight colors.                as input.
     
     StakBarChart       Displays a Stacked Bar Chart using two 1-D arrays of equal
                        size.  Corresponding elements from each array combine to
                        produce a 2 color vertical bar representing the sum of each. 
     
     conversions        A directory of units of measure conversion objects.
     
     dialog_box         This object pops up a dialog box that has a prompt for a 
                        single reply. It is modeled after the dialog boxes that
                        are present in the examples/concepts directory.
     
     editfile           A rather limited file editing device that uses the ToFile 
                        and From File objects to read/write files.  A Text Constant 
                        is used in a unconventional way as the Editing device.
     
     getenv             A Execute Program object programmed to obtain the value of a shell
                        environment variable.  All exported variables present when 
                        HP Vee is run can be accessed.  Returns 0 if successful, 
                        1 if not.  Output TEXT string is contents of the variable.
     
     map.array          Certain array types have mapping: functions, spectra, and 
                        waveforms.  This object creates an array which contains the 
                        "x" values for the "y" values of a mapped array.
     
     multiplex          This Formula uses a Toggle or an Enum to select one of two 
                        data inputs to be sent to the output of the device.
     
     numKeyPad          A data entry keypad for accepting numeric user input such as
                        ID or serial numbers.  Clear, Cancel, and Accept operations
                        are supported, and the Panel view can be set for ShowOnExec
                        for transient input operation.
     
     swap               Swap will swap any two elements in an array of any of the 
                        HP VEE data types.
     
     
    )
   )
   (views
    (icon
     (extent 46 0)
    )
    (detail
     (origin 28 115)
     (extent 805 350)
     (editing disabled)
    )
    (active detail)
   )
  )
  (configuration
  )
 )
 (views
  (panel
   (origin 0 62)
   (extent 900 433)
   (widget 0 detail
    (title on)
    (origin 56 118)
    (extent 805 350)
    (editing disabled)
   )
  )
  (detail
   (origin 0 67)
   (extent 880 413)
   (configuration
   )
  )
  (active panel)
  (active panel)
  (numberFormats
   (realFormat standard)
   (realSigDigits 4)
   (realRadixSpec 4)
   (integerBase decimal)
  )
  (waveformSettings
   (timeSpan 0.02)
   (numPoints 256)
  )
 )
)
