find_execution_block_index_for_instance#
- ParametricDesignStudy.find_execution_block_index_for_instance(instance: ManagedInstance) int | None#
Get the index of the execution block containing the specified managed instance.
- Parameters:
- instance
ManagedInstance The managed instance for which to find the execution block index.
- instance
- Returns:
Optional[int]The index of the execution block containing the specified managed instance, if found, else None.