PinPairModel#

class ansys.edb.core.hierarchy.PinPairModel(msg)#

Represents a pin pair model object.

Methods

PinPairModel.clone()

Clone a model.

PinPairModel.create()

Create a pin pair model.

PinPairModel.delete_rlc(pin_pair)

Delete the RLC value for a pin pair.

PinPairModel.pin_pairs()

Get all pin pairs.

PinPairModel.rlc(pin_pair)

Get the RLC value for a pin pair.

PinPairModel.set_rlc(pin_pair, rlc)

Set the RLC value for a pin pair.

Attributes

PinPairModel.id

int: Unique ID of the EDB object.

PinPairModel.is_null

bool: Flag indicating if the object exists in the database.

PinPairModel.msg

EDBObjMessage: Protobuf message that represents the object's ID.