Method: Join#unjoin_plugin2

Defined in:
lib/tecsgen/core/unjoin_plugin.rb

#unjoin_plugin2Object



210
211
212
213
214
215
216
217
# File 'lib/tecsgen/core/unjoin_plugin.rb', line 210

def unjoin_plugin2
  @through_generated_list.map!{|po| # po: plugin object
    ThroughPluginProxy.new po.get_cell_namespace_path, po.get_through_entry_port_name, po.get_through_entry_port_subscript
  }
  @region_through_generated_list.map!{|po| # po: plugin object
    ThroughPluginProxy.new po.get_cell_namespace_path, po.get_through_entry_port_name, po.get_through_entry_port_subscript
  }
end