# File lib/ruby-vpi/core/handle.rb, line 207
    def release_value
      # this doesn't really change the value, it only removes the force flag
      put_value(0, VpiIntVal, nil, VpiReleaseFlag)
    end