DataArrayOp
#
- class ansys.scade.apitools.expr.access.DataArrayOp(expression: scade.model.suite.ExprCall)#
Bases:
CallExpression
Provides for construction of an array.
The format is
[
., ...,] See the data_array_op example.
Parameters#
- expression :
Call expression to wrap.
Initialize the instance from the Scade expression.
Overview#
Values to build the array. |
Import detail#
from ansys.scade.apitools.expr.access import DataArrayOp
Property detail#
- property DataArrayOp.data: list[Expression]#
Values to build the array.