SharpOp#

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

Bases: CallExpression

Provides a sharp expression with two or more flows.

The format is #(, ..., ).

See the sharp_op example.

Parameters#

expression :

Call expression to wrap.

Initialize the instance from the Scade expression.

Overview#

flows

Operands of the operator.

Import detail#

from ansys.scade.apitools.expr.access import SharpOp

Property detail#

property SharpOp.flows: list[Expression]#

Operands of the operator.