DifferentialPair#
- class ansys.edb.core.net.differential_pair.DifferentialPair(msg)#
Represents a differential pair.
Methods
Add a net.
Determine if a net exists in the net class.
DifferentialPair.create
(layout, name[, ...])Create a differential pair.
Delete the layout object.
DifferentialPair.find_by_name
(layout, name)Find a differential pair by name in a given layout.
Get the product property of the layout object for a given product ID and attribute ID.
Get a list of attribute IDs given a product ID for the layout object.
Remove a net.
Set the product property of the layout object for a given product ID and attribute ID.
Attributes
str
: Description of the net class.tuple
(Net
,Net
): Nets (positive, negative) in the differential pair.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.Flag indicating if the new is power/ground.
Layout
: Layout owning the object.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of the net class.Net
: Negative net in the differential pair.This property is invalid for a differential pair.
LayoutObjType
: Layout object type.Net
: Positive net in the differential pair.