# File lib/ruby-vpi/vpi.rb, line 73 73: def get_value_wrapper aFormat 74: val = S_vpi_value.new 75: val.format = aFormat 76: 77: vpi_get_value self, val 78: val 79: end