find_managed_instance_by_uid#
- ParametricDesignStudy.find_managed_instance_by_uid(uid: str) ManagedInstance | None#
Find a top level managed instance by its unique identifier (uid).
- Parameters:
- uid
str The unique identifier of the managed instance.
- uid
- Returns:
Optional[ManagedInstance]The managed instance with the specified uid, if found, else None.
Notes
Solver nodes cannot accessed directly by this method, they must be accessed through the associated parametric system.