DiffPair#
- class pyedb.workflows.drc.drc.DiffPair(/, **data: Any)#
Bases:
pydantic.BaseModelDifferential pair net definition.
Defines a single differential pair consisting of positive and negative nets.
- Attributes:
Examples
>>> pair = DiffPair(positive="USB_DP", negative="USB_DN") >>> pair.positive 'USB_DP'
Overview#
Import detail#
from pyedb.workflows.drc.drc import DiffPair