ControlCircuitPt#

class pyedb.generic.control_file.ControlCircuitPt(name, x1, y1, lay1, x2, y2, lay2, z0)#

Circuit port for the control file.

Parameters:
namestr

Port name.

x1float

X-coordinate of the first point.

y1float

Y-coordinate of first point.

lay1str

Layer of the first point.

x2float

X-coordinate of the second point.

y2float

Y-coordinate of the second point.

lay2str

Layer of the second point.

z0float

Characteristic impedance.

Overview#

Import detail#

from pyedb.generic.control_file import ControlCircuitPt

Attribute detail#

ControlCircuitPt.name: str#
ControlCircuitPt.x1: float#
ControlCircuitPt.x2: float#
ControlCircuitPt.lay1: str#
ControlCircuitPt.lay2: str#
ControlCircuitPt.y1: float#
ControlCircuitPt.y2: float#
ControlCircuitPt.z0: float#