FbyOp#
- class FbyOp(expression)#
Bases: CallExpression
Provides the delay of flows.
The format is
fby(<flow>, ..., <flow>; <delay>; <init>, ..., <init>)
.See the fby_op example.
- Parameters:
- expression
Call expression to wrap.
Overview#
Import detail#
from ansys.scade.apitools.expr.access import FbyOp
Property detail#
- property delay: Expression#
Delay of the expression.
- property flows: list[Expression]#
Flows after the first cycle.
- property inits: list[Expression]#
Initialization values of the flows.