ControlCircuitPt# class pyedb.generic.control_file.ControlCircuitPt(name, x1, y1, lay1, x2, y2, lay2, z0)# Circuit port for the control file. Parameters: namestrPort name. x1floatX-coordinate of the first point. y1floatY-coordinate of first point. lay1strLayer of the first point. x2floatX-coordinate of the second point. y2floatY-coordinate of the second point. lay2strLayer of the second point. z0floatCharacteristic impedance. Overview# Attributes name x1 x2 lay1 lay2 y1 y2 z0 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#