move_execution_block#

ParametricDesignStudy.move_execution_block(from_idx: int, to_idx: int) None#

Move an execution block from one index to another.

Parameters:
from_idxint

The current index of the execution block to be moved.

to_idxint

The target index where the execution block should be moved.

Raises:
IndexError

If either the from_idx or to_idx is out of range.