# File lib/ruby-vpi/vpi.rb, line 85
85:     def get_value_wrapper aFormat
86:       val = S_vpi_value.new
87:       val.format = aFormat
88: 
89:       vpi_get_value self, val
90:       val
91:     end