CfgNearestPinTerminalInfo#

class pyedb.configuration.cfg_ports_sources.CfgNearestPinTerminalInfo(pedb, **kwargs)#

Bases: CfgTerminalInfo

Represent a nearest-reference-pin selector for negative terminals.

Overview#

export_properties

Serialize to a dictionary with a "nearest_pin" key.

Import detail#

from pyedb.configuration.cfg_ports_sources import CfgNearestPinTerminalInfo

Attribute detail#

CfgNearestPinTerminalInfo.reference_net#
CfgNearestPinTerminalInfo.search_radius#

Method detail#

CfgNearestPinTerminalInfo.export_properties()#

Serialize to a dictionary with a "nearest_pin" key.

Returns:
dict

{"nearest_pin": {"reference_net": ..., "search_radius": ...}}.