Create Lookup Table

Description

This functor creates a custom lookup table filled in with a specified value.

Inputs

Name Type Description
Initial Key Real Value The initial key.
Final Key Real Value The final key.

Optional Inputs

Name Type Description Default Value
Initial Value Real Value The initial value. 0.0
Final Value Real Value The final value. 0.0
Increment Real Value Increment between keys. 1.0
Key Name Name Name of keys. “Key”
Value Name Name Name of values. “Value”

Outputs

Name Type Description
Result Lookup Table The resulting lookup table.

Group

Notes

Internal Name

CreateLookupTable