ExecutableBlock#
- class ansys.optislang.parametric.design_study.ExecutableBlock(instances: Sequence[Tuple[ManagedInstance, ExecutionOption]] | None = None)#
Class specifying execution options for a set of managed instances.
Methods
ExecutableBlock.add_instance(instance, ...)Add instance with execution options.
Remove instance from execution block.
Attributes
Get tuple of managed instances.
Get tuple of managed instances and its execution options.