remove_execution_block#

ParametricDesignStudy.remove_execution_block(idx: int) None#

Remove an execution block by its index from the design study.

Parameters:
idxint

Index of the execution block to be removed.

Raises:
IndexError

If the provided index is out of range.

Notes

All managed instances within the removed block are also removed from the design study, unless they are also present in other execution blocks.