PinPair#
- class pyedb.grpc.database.hierarchy.pin_pair_model.PinPair(model, edb_pin_pair)#
Overview#
First pin name. |
|
Second pin name. |
|
Enable model. |
|
Resistance. |
|
Inductance. |
|
Capacitance. |
|
Rlc value. |
|
Check if the pin pair model is parallel. |
Import detail#
from pyedb.grpc.database.hierarchy.pin_pair_model import PinPair
Property detail#
- property PinPair.first_pin: str#
First pin name.
This attribute is read-only since pin pair model is defined between two pins, and changing pin names will change the pin pair itself.
- Returns:
strFirst pin name.
- property PinPair.second_pin: str#
Second pin name.
This attribute is read-only since pin pair model is defined between two pins, and changing pin names will change the pin pair itself.
- Returns:
strSecond pin name.
Attribute detail#
- PinPair.core#