Function that executes a previously created MOT (Multiple Output Table).
Syntax |
i32 mv_mot_exec (i32 motId, real key, real arr [, struct stru=NULL]) |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
motId |
MOT reference code returned by mot_create() |
||||||||||||||||||||||
key |
Master coordinate (abscissa). This is the value of the current interpolation key. If a value less than or equal to the first is imposed, the execution index is set immediately at the beginning of the MOT. Similarly by imposing a value greater than or equal to the last, the execution index is set immediately at the end of the MOT |
||||||||||||||||||||||
arr |
Array of n data with the result of the MOT (ordered). |
||||||||||||||||||||||
stru |
Data structure of type struct into which to download segment auxiliary data. (optional, default NULL) |
||||||||||||||||||||||
Result |
Returns:
|
||||||||||||||||||||||
Validity |
Rule |
||||||||||||||||||||||
Note |
Example of use:
For a concrete example see in the RDE environment: Workspace -> Specials -> Examples Library. |