remove_execution_block#
- ParametricDesignStudy.remove_execution_block(idx: int) None#
Remove an execution block by its index from the design study.
- Parameters:
- idx
int Index of the execution block to be removed.
- idx
- Raises:
IndexErrorIf 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.