ProjectionOp#
- class ProjectionOp(expression, flow, with_expressions)#
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.
Overview#
Path of the expression. |
Import detail#
from ansys.scade.apitools.expr.access import ProjectionOp
Property detail#
- property with_: list[Expression]#
Path of the expression.
The elements are either labels or indexes.