From 023b551b94392e97927d26a4b83aecf051d47556 Mon Sep 17 00:00:00 2001 From: amruta Date: Wed, 24 Apr 2024 14:10:52 -0600 Subject: [PATCH] 287 : Nport model find missing --- src/ansys/edb/core/definition/component_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/edb/core/definition/component_model.py b/src/ansys/edb/core/definition/component_model.py index 57df871ba6..eca9a776e4 100644 --- a/src/ansys/edb/core/definition/component_model.py +++ b/src/ansys/edb/core/definition/component_model.py @@ -33,7 +33,7 @@ def find_by_name(cls, comp_def, value): comp_def : :class:`ComponentDef ` Component def to search for the component model. value : str - Name of the cell instance. + Name of the component model. Returns ------- @@ -53,7 +53,7 @@ def find_by_id(cls, comp_def, value): comp_def : :class:`ComponentDef ` Component def to search for the component model. value : int - ID of the cell instance. + ID of the component model. Returns -------