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
Activates all instances in the block, irrespective of the stored execution options.
ExecutableBlock.add_instance(instance, ...)Add instance with execution options.
Apply stored execution options to all instances in the block.
Deactivates all instances in the block, irrespective of the stored execution options.
Get managed instance by uid.
Get execution options of a specific instance in the block.
Get the managed parametric system in the block.
Remove instance from execution block.
Set execution options of all instances in the block to "Active".
Set execution options of all instances in the block to "Inactive".
Set execution options of a specific instance in the block.
Attributes
Get tuple of managed instances.
Get tuple of managed instances and its execution options.