:class:`IfTree` =============== .. py:class:: ansys.scade.apitools.create.data_def.IfTree(position: Tuple[float, float] = None) Provides an intermediate structure for describing the structure of an if block. Store the attributes. .. !! processed by numpydoc !! .. py:currentmodule:: IfTree Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~name` - * - :py:attr:`~position` - Import detail ------------- .. code-block:: python from ansys.scade.apitools.create.data_def import IfTree Attribute detail ---------------- .. py:attribute:: name :value: None .. py:attribute:: position :value: (0, 0)