EDBComponentDef#

class pyaedt.edb_core.edb_data.components_data.EDBComponentDef(pedb, comp_def)[source]#

Manages EDB functionalities for component definitions.

Parameters:
parentpyaedt.edb_core.components.Components

Inherited AEDT object.

comp_defobject

Edb ComponentDef Object

Methods

EDBComponentDef.assign_rlc_model([res, ind, ...])

Assign RLC to all components under this part name.

EDBComponentDef.assign_s_param_model(file_path)

Assign S-parameter to all components under this part name.

EDBComponentDef.assign_spice_model(file_path)

Assign Spice model to all components under this part name.

Attributes

EDBComponentDef.components

Get the list of components belonging to this component definition.

EDBComponentDef.part_name

Retrieve component definition name.

EDBComponentDef.type

Retrieve the component definition type.