SharpOp#
- class SharpOp(expression)#
Bases: CallExpression
Provides a sharp expression with two or more flows.
The format is
#(<flow>, ..., <flow>)
.See the sharp_op example.
- Parameters:
- expression
Call expression to wrap.
Overview#
Operands of the operator. |
Import detail#
from ansys.scade.apitools.expr.access import SharpOp
Property detail#
- property flows: list[Expression]#
Operands of the operator.