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:
instanceManagedInstance

The managed instance for which to find the execution block index.

Returns:
Optional[int]

The index of the execution block containing the specified managed instance, if found, else None.