create_component_on_pins#

Modeler3DLayout.create_component_on_pins(pins, definition_name=None, component_type='Other', ref_des='U100')[source]#

Create a component based on a pin list.

Parameters:
pinslist

Pins to include in the new component.

definition_namestr, optional

Name of the component definition. If no name is provided, a name is automatically assigned.

component_typestr, optional

Component type. The default is "Other".

ref_desstr, optional

Reference designator. The default is "U100".

Returns:
pyaedt.modeler.cad.object3dlayout.Components3DLayout