WhenBranch
#
- class ansys.scade.apitools.create.data_def.WhenBranch(pattern: ansys.scade.apitools.create.expression.EX, position: Tuple[float, float] = (0, 0), size: Tuple[float, float] = (0, 0), display: DK = DK.GRAPHICAL, label_width: int = 0)#
Provides the intermediate class for when branches.
Store the attributes.
Overview#
Import detail#
from ansys.scade.apitools.create.data_def import WhenBranch
Attribute detail#
- WhenBranch.display#
- WhenBranch.label_width = 0#
- WhenBranch.pattern#
- WhenBranch.position = (0, 0)#
- WhenBranch.size = (0, 0)#