create_scalar_to_vector(size, *args)#

Return the expression tree for the scalar-to-vector operator.

Parameters:
size: EX

Size of the vector.

argsList[EX]

Input values.

Returns:
ET

Notes

This is an interface change with respect to the SCADE Creation Library. The parameter size has moved from the last position to the first one.