Method: Origen::Pins::PinBank#ground_pin_groups

Defined in:
lib/origen/pins/pin_bank.rb

#ground_pin_groups(options = {}) ⇒ Object

Returns a hash containing all ground_pin_groups available in the current context stored by their primary ID



108
109
110
111
112
# File 'lib/origen/pins/pin_bank.rb', line 108

def ground_pin_groups(options = {})
  current_pin_group_store(all_ground_pin_groups, options).select do |_id, group|
    group.enabled?(options)
  end
end