The set rectangle transformation engine adds a rectangle to records. The rectangle is produced by a Lua function. This can be useful in cases where you want to dynamically define a region. For example, you can add a rectangle to records and then analyze the region inside the rectangle by using the records as the input for an analysis task and setting the parameter RestrictToInputRegion=TRUE (in this case the analysis task automatically analyzes the last region that was added).
| Configuration Parameter | Description |
|---|---|
| Input | The name of the input track. |
| LuaScript | The path of a Lua script that produces the rectangle. |
| Type | The type of transformation engine to use. Set this parameter to SetRectangle. |
This transformation engine produces a single output track, named taskName.Output, where taskName is the name of the transformation task.
|
|