# File lib/ruby-vpi/core/handle.rb, line 135
    def get_value_wrapper aFormat
      fmt = resolve_prop_type(aFormat)
      val = S_vpi_value.new(:format => fmt)
      vpi_get_value(self, val)
      val
    end