DifferentialPair#
- class pyedb.grpc.database.net.differential_pair.DifferentialPair(pedb, core)#
Manages EDB functionalities for differential pair.
Overview#
Delete the differential pair. |
Description of the differential pair. |
|
Differential pair Net objects. This property is also used to add or replace nets using the setter method. |
|
ID of the differential pair. |
|
Check if the differential pair is null. |
|
Check if the differential pair is a power or ground pair. |
|
Name of the differential pair. |
|
Positive Net. |
|
Negative Net. |
Import detail#
from pyedb.grpc.database.net.differential_pair import DifferentialPair
Property detail#
- property DifferentialPair.differential_pair: tuple[pyedb.grpc.database.net.net.Net, pyedb.grpc.database.net.net.Net]#
Differential pair Net objects. This property is also used to add or replace nets using the setter method.
- property DifferentialPair.is_power_ground: bool#
Check if the differential pair is a power or ground pair.
- property DifferentialPair.positive_net: pyedb.grpc.database.net.net.Net#
Positive Net.
- property DifferentialPair.negative_net: pyedb.grpc.database.net.net.Net#
Negative Net.
Attribute detail#
- DifferentialPair.core#