:class:`BinaryOp` ================= .. py:class:: ansys.scade.apitools.expr.access.BinaryOp(expression: scade.model.suite.ExprCall) Bases: :py:obj:`NAryOp` Provides an expression with two operands. The format is `` ``, where ```` is one of these: * ``-``, ``/``, ``mod`` * ``<``, ``<=``, ``>``, ``>=``, ``=``, ``<>`` * ``lxor``, ``lsl``, ``lsr`` * ``times`` See the :ref:`binary_op ` example. Parameters ---------- expression : Call expression to wrap. Initialize the instance from the Scade expression. .. !! processed by numpydoc !! Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import BinaryOp