PointTerminal#
- class pyedb.dotnet.database.cell.terminal.point_terminal.PointTerminal(pedb, edb_object=None)#
Bases:
pyedb.dotnet.database.cell.terminal.terminal.TerminalManages point terminal properties.
Overview#
Create a point terminal. |
Get layer of the terminal. |
|
Location of the terminal. |
|
Whether the terminal is a reference 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.