Skip to content

Commit

Permalink
287 : Nport model find missing
Browse files Browse the repository at this point in the history
  • Loading branch information
amruta3991 committed Apr 24, 2024
1 parent d20e859 commit 023b551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/edb/core/definition/component_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def find_by_name(cls, comp_def, value):
comp_def : :class:`ComponentDef <ansys.edb.core.definition.ComponentDef>`
Component def to search for the component model.
value : str
Name of the cell instance.
Name of the component model.
Returns
-------
Expand All @@ -53,7 +53,7 @@ def find_by_id(cls, comp_def, value):
comp_def : :class:`ComponentDef <ansys.edb.core.definition.ComponentDef>`
Component def to search for the component model.
value : int
ID of the cell instance.
ID of the component model.
Returns
-------
Expand Down

0 comments on commit 023b551

Please sign in to comment.