Create Lookup Table
Description
Creates a lookup table populated between an initial and a final key, interpolating the values assigned to each.
Inputs
| Name | Type | Description |
|---|---|---|
| Initial Key | Real Value Type | Initial (first) key of the resulting lookup table. |
| Final Key | Real Value Type | Final (last) key of the resulting lookup table. |
Optional Inputs
| Name | Type | Description | Default Value |
|---|---|---|---|
| Initial Value | Real Value Type | Value assigned to Initial Key. | 0.0 |
| Final Value | Real Value Type | Value assigned to Final Key. | 0.0 |
| Increment | Real Value Type | Interval between consecutive keys of the resulting lookup table. | 1.0 |
| Key Name | Name Type | Name given to the lookup table's key column. This is an advanced port. | “Key” |
| Value Name | Name Type | Name given to the lookup table's value column. This is an advanced port. | “Value” |
Outputs
| Name | Type | Description |
|---|---|---|
| Result | Lookup Table Type | The resulting lookup table. |
Group
Notes
The values between Initial Key and Final Key are linearly interpolated between Initial Value and Final Value.
Final Key is included in the resulting lookup table only if the interval between it and the immediately preceding key is compatible with Increment.
Internal Name
CreateLookupTable