ScalarToVectorOp
#
- class ansys.scade.apitools.expr.access.ScalarToVectorOp(expression: scade.model.suite.ExprCall)#
Bases:
CallExpression
Provides the vector from a flow and a size.
The format is
.^ See the scalar_to_vector_op example.
Notes#
The design differs slightly from the meta-model. Because the input must be a group of flows, the
ScalarToVectorOp
class does not inherit from theFlowOp
class. It exposes directly the list of input flows instead of having a flow that is aListExpression
class.Parameters#
- expression :
Call expression to wrap.
Initialize the instance from the Scade expression.
Overview#
Import detail#
from ansys.scade.apitools.expr.access import ScalarToVectorOp
Property detail#
- property ScalarToVectorOp.flows: list[Expression]#
Input flows.
- property ScalarToVectorOp.size: Expression#
Size of the vector.