#! /usr/lib/veetest/veetest -r
(revision "B.00.00")
(date "Thu 19/Nov/1992")
(component 0 "ROOTCONTEXT"
 (name "CONTENTS")
 (interface
 )
 (implementation
  (locked no)
  (trigMode deg)
  (nextID 1)
  (component 0 "NOTE"
   (name "LIB")
   (interface
   )
   (implementation
    (component text 56 5
     This examples subdirectory contains example files that illustrate use of the 
     supplied "lib" objects found in the /usr/lib/veetest/lib directory. 
     Files ending in ".ex" are VEE models that may be loaded and run.
     
        EXAMPLE                                           
        FILENAME           DESCRIPTION                    
     ----------------------------------------------------------------------------------
     
     1Dto2D.ex       Builds a 2D array from a 1D input array when the output array 
                     dimensions are fixed.  (Uses the AryToMat library object when size
                     must be computed.)
     
     2Dto1D.ex       Flattens a multi-dimensioned array into a 1D array using the
                     MatToAry library object.
     
     barcht1.ex      Example of a Bar Chart display using the "BarChart" library object
                     to show the magDistribution of 100 random numbers.
     
     barcht2.ex      Example of a Pass/Fail Bar Chart using the "PFBarChart" library
                     object to show the magDistribution of 100 random numbers, with
                     values below a Limit threshold in a different color bar.
     
     barcht3.ex      Example of Stacked Bar Chart using the "StakBarChart" library object
                     to display two random magDistribution samples.
     
     barcht4.ex      Example of Comparative Bar Chart using the "CompBarChart" library
                     object to show the magDistribution of two sets of 100 random numbers.
     
     piechart.ex     Example of Pie Chart using the "PieChart" library object.
     
     dialog.ex       Illustrates use of the "dialog_box" library object for pop-up input
                     of user data.
     
     editfile.ex     Uses the "editfile" library object (editor) for reading, editing,
                     and writing textual data.  This example uses a Text Array Constant
                     to provide the editing window.
     
     env-var.ex      Use the "getenv" Library device (an Execute Program object) to access
                     the environment variables present when Vee was run.  This allows
                     parameters set before Vee is run to be used within the program.
     
     multiplx.ex     Demonstrates the use of the "multiplex" library object as a
                     Multiplexor device.
     
     keypad.ex       Illustrates use of the "numKeyPad" library object to accept user input.
     
     setmap.ex       Uses an Unbuild Spectrum and UnBuild PComplex to extricate the array 
                     of reals representing the magnitudes of the frequency components of
                     a random waveform. The Set Mappings object is used to map the array
                     of reals back to the start and stop frequencies so the maxX(x) object
                     can determine the X value of the maximum Y value of the array which
                     is the frequency of the main component in the random waveform.
     
     xy_cntrl.ex		Shows how to adjust traces and scales on an XY display using the
     				Traces Control and Scales Control record constants from the "XY_cntrl"
     				library object.
    )
   )
   (views
    (icon
     (extent 46 0)
    )
    (detail
     (origin 26 109)
     (extent 828 362)
     (editing enabled)
    )
    (active detail)
   )
  )
  (configuration
  )
 )
 (views
  (panel
   (origin 0 62)
   (extent 900 433)
   (widget 0 detail
    (title on)
    (origin 39 112)
    (extent 828 362)
    (editing disabled)
   )
  )
  (detail
   (origin 0 62)
   (extent 880 413)
   (configuration
   )
  )
  (active panel)
  (active panel)
  (numberFormats
   (realFormat standard)
   (realSigDigits 4)
   (realRadixSpec 4)
   (integerBase decimal)
  )
  (waveformSettings
   (timeSpan 0.02)
   (numPoints 256)
  )
 )
)
