ComponentProperty#

class ansys.edb.core.definition.component_property.ComponentProperty(msg)#

Represents the properties of a ComponentGroup.

Methods

ComponentProperty.clone()

Clone the component property.

Attributes

ComponentProperty.id

int: Unique ID of the EDB object.

ComponentProperty.is_null

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

ComponentProperty.model

Model: Model of the component.

ComponentProperty.msg

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

ComponentProperty.package_def

PackageDef: Package definition of the component.

ComponentProperty.package_mounting_offset

Value: Package mounting offset of the component.