ProjectionOp
#
- class ansys.scade.apitools.expr.access.ProjectionOp(expression: scade.model.suite.ExprCall, flow: scade.model.suite.Expression, with_expressions: list[scade.model.suite.Expression])#
Bases:
FlowOp
Provides the abstract class for static projection/assignment of a flow.
Parameters#
- expression :
Call expression to wrap.
- flow :
Expression operand.
- with_expressions :
Path of the expression.
Initialize the instance from the Scade expression.
Overview#
Path of the expression. |
Import detail#
from ansys.scade.apitools.expr.access import ProjectionOp
Property detail#
- property ProjectionOp.with_: list[Expression]#
Path of the expression.
The elements are either labels or indexes.