#! /usr/lib/veetest/veetest -r
(revision "B.00.00")
(date "Fri 13/Nov/1992")
(component 0 "ROOTCONTEXT"
 (name "CONTENTS")
 (interface
 )
 (implementation
  (locked no)
  (trigMode deg)
  (nextID 1)
  (component 0 "NOTE"
   (name "INSTR_IO")
   (interface
   )
   (implementation
    (component text 41 5
     This examples subdirectory contains example files of instrument I/O for HP VEE.
     They use the instruments configured in the default .veeio file.  The instruments are 
     an HP 3478 multimeter, an HP 3325B function generator, and anHP 54504 oscilloscope.  
     You will need to make sure the instruments are configured in your .veeio file or you 
     will need to move your .veeio file out of way so that HP VEE will put the default .veeio 
     file in your HOME directory.  The default .veeio file ships with the id's in Live Mode 
     Off.  To actually use the instruments, you will need to turn Live Mode On using 
     I/O => Configure IO ...
     
     Files ending in ".ex" are VEE models that can be opened and run.
     
        EXAMPLE                                           
        FILENAME           DESCRIPTION                    
     ----------------------------------------------------------------------------------
      
     DIOfreq.ex      Illustrates how to find the frequency response of the HP3478 using
                     Direct IO objects instead of drivers. (Gives the same results as 
                     the IDfreq.ex example.)
     
     IDfreq.ex       Illustrates use of the Instrument drivers for the HP3478 multimeter
                     and the HP3325B function generator to find the frequency response
                     of the HP3478 on AC voltage measurments.
     
     enum_id.ex      Uses a Enum object to select ID internal states.
      
     instr.ex        Shows the three methods of communicating with instruments:
                     State Driver, Component Driver, and Direct I/O.
     
     logger1.ex      Illustrates how to create a simple multi-channel data logger.
     
     logger2.ex      Illustrates a data logger that saves measurement data to a file.
     
     manual15.ex     Illustrates how to properly combine State Drivers and Component Drivers
                     in a model.
     
     manual16.ex     Shows how to service interrupts with Wait for SRQ.
     
     manual17.dat    Data file for use with manual17.ex.
     
     manual17.ex     Illustates a method for downloading subroutines or macros to
                     programmable instruments.
    )
   )
   (views
    (icon
     (extent 110 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 42 108)
    (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)
  )
 )
)
