ansys.scade.apitools.create.data_def.create_if_action#

ansys.scade.apitools.create.data_def.create_if_action(position: Tuple[float, float] = None, size: Tuple[float, float] = None, display: DK = DK.GRAPHICAL) IT#

Create a leaf action in the intermediate structure if it is a tree structure.

The graphical properties are expressed 1/100th of mm.

They are considered if and only if the owning if block has a graphical representation.

Parameters:
positionTuple[float, float], default: None

Position of the action.

sizeTuple[float, float], default: None

Size of the action.

displayDK, default: GRAPHICAL

Layout of the action.

Returns:
IT