MakeVector(r_0,r_1,…,r_n)
Description
This function creates a vector with the value series r_0 to r_n. The arguments can be constant values or signals and expressions. This is comparable with the creation of a vector in the Logical expressions dialog.
Example
The MakeVector function mainly serves to enable macros to return multi-dimensional signals as their results. In the macro editor, the partial results of different calculations can be declared as interim values within the macro. As final macro result, a vector can be defined whose arguments are the interim values. The vector is basically used as container for macro results to simplify the macro interface.