CfgAutoIdentifyNets#

class pyedb.configuration.cfg_operations.CfgAutoIdentifyNets(/, **data: Any)#

Bases: pydantic.BaseModel

Store threshold settings for automatic cutout net discovery.

Overview#

Import detail#

from pyedb.configuration.cfg_operations import CfgAutoIdentifyNets

Attribute detail#

CfgAutoIdentifyNets.enabled: bool = False#
CfgAutoIdentifyNets.resistor_below: float | str | int | None = None#
CfgAutoIdentifyNets.inductor_below: float | str | int | None = None#
CfgAutoIdentifyNets.capacitor_above: float | str | int | None = None#