DynamicLinkComponentModel#

class ansys.edb.core.definition.component_model.DynamicLinkComponentModel(msg)#

Represents a dynamic link component model.

Methods

DynamicLinkComponentModel.create(name)

Create a dynamic link component model.

DynamicLinkComponentModel.find_by_id(...)

Find a component model by ID in a given component def.

DynamicLinkComponentModel.find_by_name(...)

Find a component model by name in a given component def.

Attributes

DynamicLinkComponentModel.design_name

str: Name of the design associated with the dynamic link component model.

DynamicLinkComponentModel.id

int: Unique ID of the EDB object.

DynamicLinkComponentModel.is_null

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

DynamicLinkComponentModel.msg

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

DynamicLinkComponentModel.reference_file

str: Name of the reference file associated with the component model.