create_pin_port#

Hfss3dLayout.create_pin_port(name, x=0, y=0, rotation=0, top_layer=None, bottom_layer=None)[source]#

Create a pin port.

Parameters:
namestr

Name of the pin port.

xfloat, optional

X-axis position of the pin. The default is 0.

yfloat, optional

Y-axis position of the pin. The default is 0.

rotationfloat, optional

Rotation of the pin in degrees. The default is 0.

top_layerstr, optional

Top layer of the pin. The default is None, in which case the top layer is assigned automatically.

bottom_layerstr

Bottom layer of the pin. The default is None, in which case the bottom layer is assigned automatically.

Returns:
pyaedt.modules.Boundary.BoundaryObject3dLayout

True when successful, False when failed.

References

>>> oEditor.CreatePin