PointTerminal#

class pyedb.dotnet.database.cell.terminal.point_terminal.PointTerminal(pedb, edb_object=None)#

Bases: pyedb.dotnet.database.cell.terminal.terminal.Terminal

Manages point terminal properties.

Overview#

create

Create a point terminal.

layer

Get layer of the terminal.

location

Location of the terminal.

Import detail#

from pyedb.dotnet.database.cell.terminal.point_terminal import PointTerminal

Property detail#

property PointTerminal.layer#

Get layer of the terminal.

property PointTerminal.location#

Location of the terminal.

Method detail#

PointTerminal.create(name, net, location, layer, is_ref=False)#

Create a point terminal.

Parameters:
namestr

Name of the terminal.

netstr

Name of the net.

locationlist

Location of the terminal.

layerstr

Name of the layer.

is_refbool, optional

Whether it is a reference terminal.

Returns:
pyedb.dotnet.database.edb_data.terminals.PointTerminal