BinaryOp#

class ansys.scade.apitools.expr.access.BinaryOp(expression: scade.model.suite.ExprCall)#

Bases: NAryOp

Provides an expression with two operands.

The format is , where is one of these:

  • -, /, mod

  • <, <=, >, >=, =, <>

  • lxor, lsl, lsr

  • times

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