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