TransitionTree#

class ansys.scade.apitools.create.data_def.TransitionTree(trigger: ansys.scade.apitools.create.expression.EX | None, target: TD, priority: int, points: List[Tuple[float, float]] | None = None, label_position: Tuple[float, float] = (0, 0), label_size: Tuple[float, float] = (0, 0), slash_position: Tuple[float, float] = (0, 0), polyline: bool = True)#

Provides the intermediate class for transitions.

Store the attributes.

Overview#

Import detail#

from ansys.scade.apitools.create.data_def import TransitionTree

Attribute detail#

TransitionTree.label_position = (0, 0)#
TransitionTree.label_size = (0, 0)#
TransitionTree.points = []#
TransitionTree.polyline = True#
TransitionTree.priority#
TransitionTree.slash_position = (0, 0)#
TransitionTree.target#
TransitionTree.trigger#