# File lib/ruby-vpi/core/handle.rb, line 213
    def force?
      self.to_a(VpiDriver).any? {|d| vpi_get(VpiType, d) == VpiForce}
    end