BinaryOp ======== .. py:class:: BinaryOp(expression) :canonical: ansys.scade.apitools.expr.access.BinaryOp 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. .. !! processed by numpydoc !! Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import BinaryOp