BinaryOp#
- class ansys.scade.apitools.expr.access.BinaryOp(expression: scade.model.suite.ExprCall)#
Bases:
NAryOpProvides an expression with two operands.
The format is
, whereis one of these:-,/,mod<,<=,>,>=,=,<>lxor,lsl,lsrtimes
See the binary_op example.
Parameters#
- expression :
Call expression to wrap.
Initialize the instance from the Scade expression.
Import detail#
from ansys.scade.apitools.expr.access import BinaryOp