#! /usr/lib/veetest/veetest -d /usr/lib/veetest -r
(revision "A.00.00")
(date "Tue 02/Apr/1991")
(component 0 "Context"
 (interface
 )
 (implementation
  (trigMode deg)
  (locked no)
  (component 0 "Formula"
   (name "W to V")
   (interface
    (sequence in)
    (sequence out)
    (input 1
     (type data)
     (name "W")
     (lock name constraints)
    )
    (input 2
     (type data)
     (name "R")
     (lock name constraints)
    )
    (output 1
     (type data)
     (name "V")
     (lock name constraints)
    )
   )
   (implementation
    (component isLocked yes)
    (component expr 1 "sqrt(W*R)")
   )
   (views
    (description 6 5
     Converts a power to a voltage.  The W input is
     power and the R input is resistance.  The units 
     for the power input is Watts and the units for
     resistance is Ohms.  The units for the voltage 
     output, V, is Volts.
     
    )
    (icon
     (origin 11 78)
     (extent 78 25)
    )
    (detail
     (origin 108 348)
     (extent 115 104)
    )
    (terminals on)
    (active icon)
   )
  )
  (configuration
  )
 )
 (views
  (detail
   (origin 0 67)
   (extent 1000 656)
   (configuration
   )
  )
  (active detail)
  (numberFormats
   (realFormat standard)
   (realSigDigits 4)
   (realRadixSpec 4)
   (integerBase decimal)
  )
  (waveformSettings
   (timeSpan 0.02)
   (numPoints 256)
  )
 )
)
